Bump golang from 1.21.1 to 1.21.2 in /hack

Bumps golang from 1.21.1 to 1.21.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-06 01:12:59 +00:00 committed by GitHub
parent a27a355071
commit baa1a08410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
# This is not currently using --platform to prepare to cross-compile because we use gcc below to build # This is not currently using --platform to prepare to cross-compile because we use gcc below to build
# platform-specific GCO code. This makes multi-arch builds slow due to target platform emulation. # platform-specific GCO code. This makes multi-arch builds slow due to target platform emulation.
FROM golang:1.21.1 as build-env FROM golang:1.21.2 as build-env
WORKDIR /work WORKDIR /work