Skip to content

Commit

Permalink
Merge pull request #703 from haoranleo/bump-go-version
Browse files Browse the repository at this point in the history
Bump go version to 1.21.8
  • Loading branch information
k8s-ci-robot committed Mar 25, 2024
2 parents 2ccb5bc + f77b23b commit 9e94eaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5
go-version-input: 1.21.8
go-version-file: go.mod
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.5
1.21.8
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-09-06-1694026927.2
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.5
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.8

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

0 comments on commit 9e94eaf

Please sign in to comment.