Skip to content

Commit 3b1566b

Browse files
Bump golang from 1.19.2 to 1.19.3 in /prow/docker/build-tool (#484)
* Bump golang from 1.19.2 to 1.19.3 in /prow/docker/build-tool Bumps golang from 1.19.2 to 1.19.3. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * bump golang to v1.18.8 Signed-off-by: Xinchun Liu <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Xinchun Liu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xinchun Liu <[email protected]>
1 parent 59a355d commit 3b1566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow/docker/build-tool/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#############
44

55
# Use golang as the binary_tools_context
6-
FROM golang:1.19.2 as binary_tools_context
6+
FROM golang:1.18.8 as binary_tools_context
77

88
ARG ARCH=amd64
99

0 commit comments

Comments
 (0)