Skip to content

Commit

Permalink
Update go to 1.21.4 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
nckturner committed Nov 28, 2023
1 parent 325cdb7 commit b2b0f68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.3
go-version-input: 1.21.4
go-version-file: go.mod
- id: govulncheck-tests-integration
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.3
go-version-input: 1.21.4
go-version-file: tests/integration/go.mod
- id: govulncheck-tests-e2e
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.3
go-version-input: 1.21.4
go-version-file: tests/e2e/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.3
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.4

FROM --platform=$BUILDPLATFORM $golang_image AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/aws-iam-authenticator

go 1.19
go 1.21

require (
github.com/aws/aws-sdk-go v1.44.332
Expand Down

0 comments on commit b2b0f68

Please sign in to comment.