Skip to content

Commit f84e991

Browse files
authored
Merge pull request #445 from thaJeztah/bump_go_1.26.4
update to go1.26.4
2 parents d21de35 + 65d1391 commit f84e991

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.26.3
21+
GO_VERSION: 1.26.4
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.26.3
5+
ARG GO_VERSION=1.26.4
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.26.3
5+
ARG GO_VERSION=1.26.4
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)