Skip to content

Commit 312e321

Browse files
Merge pull request #431 from thaJeztah/bump_go_1.26.3
update to go1.26.3
2 parents 6fd0550 + d930f06 commit 312e321

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
env:
2020
DESTDIR: ./bin
21-
GO_VERSION: 1.25.9
21+
GO_VERSION: 1.26.3
2222

2323
jobs:
2424
validate:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# GO_VERSION sets the version of the golang base image to use.
44
# It must be a valid tag in the docker.io/library/golang image repository.
5-
ARG GO_VERSION=1.25.9
5+
ARG GO_VERSION=1.26.3
66

77
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
88
# It must be a valid variant in the docker.io/library/golang image repository.

deb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# GO_VERSION sets the version of the golang base image to use.
44
# It must be a valid tag in the docker.io/library/golang image repository.
5-
ARG GO_VERSION=1.25.9
5+
ARG GO_VERSION=1.26.3
66

77
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
88
# It must be a valid variant in the docker.io/library/golang image repository.

0 commit comments

Comments
 (0)