File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919env :
2020 DESTDIR : ./bin
21- GO_VERSION : 1.25.8
21+ GO_VERSION : 1.25.9
2222
2323jobs :
2424 validate :
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments