Skip to content

Commit

Permalink
Bump Go version to v1.23 (#6337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjngx authored Sep 4, 2024
1 parent 15475e0 commit d711d31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Setup Golang Environment
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod

- name: Check if go.mod and go.sum are up to date
run: go mod tidy && git diff --exit-code -- go.mod go.sum

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 github.com/nginxinc/kubernetes-ingress

go 1.22.5
go 1.23

require (
github.com/aws/aws-sdk-go-v2/config v1.27.31
Expand Down

0 comments on commit d711d31

Please sign in to comment.