Skip to content

Commit 8af787b

Browse files
authored
Merge pull request #424 from thaJeztah/bump_go
update to Go 1.25.9
2 parents 8b34acd + 1be1c1e commit 8af787b

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