Skip to content

Commit

Permalink
Merge pull request #590 from hjiawei/go1.23.2-093
Browse files Browse the repository at this point in the history
[v0.93] Update to go v1.23.2
  • Loading branch information
hjiawei authored Oct 1, 2024
2 parents f936009 + 364ad30 commit 0cf946b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ FROM registry.access.redhat.com/ubi8/ubi:latest as ubi

ARG TARGETARCH

ARG GOLANG_VERSION=1.23.1
ARG GOLANG_SHA256_AMD64=49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd
ARG GOLANG_SHA256_ARM64=faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f
ARG GOLANG_SHA256_PPC64LE=042888cae54b5fbfd9dd1e3b6bc4a5134879777fe6497fc4c62ec394b5ecf2da
ARG GOLANG_SHA256_S390X=47dc49ad45c45e192efa0df7dc7bc5403f5f2d15b5d0dc74ef3018154b616f4d
ARG GOLANG_VERSION=1.23.2
ARG GOLANG_SHA256_AMD64=542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e
ARG GOLANG_SHA256_ARM64=f626cdd92fc21a88b31c1251f419c17782933a42903db87a174ce74eeecc66a9
ARG GOLANG_SHA256_PPC64LE=c164ce7d894b10fd861d7d7b96f1dbea3f993663d9f0c30bc4f8ae3915db8b0c
ARG GOLANG_SHA256_S390X=de1f94d7dd3548ba3036de1ea97eb8243881c22a88fcc04cc08c704ded769e02

ARG CONTAINERREGISTRY_VERSION=v0.20.2
ARG GO_LINT_VERSION=v1.61.0
Expand Down

0 comments on commit 0cf946b

Please sign in to comment.