Skip to content

Commit

Permalink
Bump golang from 1.19.0 to 1.19.1 in /prow/docker/build-tool (#469)
Browse files Browse the repository at this point in the history
* Bump golang from 1.19.0 to 1.19.1 in /prow/docker/build-tool

Bumps golang from 1.19.0 to 1.19.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* down golang to 1.18.6 instead

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]>
  • Loading branch information
dependabot[bot] and xcliu-ca authored Sep 28, 2022
1 parent b43d97d commit 383cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/docker/build-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#############

# Use golang as the binary_tools_context
FROM golang:1.19.0 as binary_tools_context
FROM golang:1.18.6 as binary_tools_context

ARG ARCH=amd64

Expand Down

0 comments on commit 383cf26

Please sign in to comment.