Bump golang from 1.21.2 to 1.21.3

Bumps golang from 1.21.2 to 1.21.3.

---
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-11 01:21:13 +00:00 committed by GitHub
parent 0c4e3aa5f1
commit 1f3b68a535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
# Prepare to cross-compile by always running the build stage in the build platform, not the target platform.
FROM --platform=$BUILDPLATFORM golang:1.21.2 as build-env
FROM --platform=$BUILDPLATFORM golang:1.21.3 as build-env
WORKDIR /work