Skip to content

Commit

Permalink
Merge pull request #662 from nckturner/release-0.5-go-1.21.5
Browse files Browse the repository at this point in the history
Cherry-pick: Update go to 1.21.5
  • Loading branch information
k8s-ci-robot committed Dec 7, 2023
2 parents 2fdedb0 + ea6e298 commit 8f17770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.4
go-version-input: 1.21.5
go-version-file: go.mod
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-02-22-1677092456.2
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.4
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.5

FROM --platform=$BUILDPLATFORM $golang_image AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator
Expand Down

0 comments on commit 8f17770

Please sign in to comment.