8000 Bump Go version to v1.23 (#6337) · nginx/kubernetes-ingress@d711d31 · GitHub
[go: up one dir, main page]

Skip to content

Commit d711d31

Browse files
authored
Bump Go version to v1.23 (#6337)
1 parent 15475e0 commit d711d31

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ jobs:
168168
- name: Checkout Repository
169169
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
170170

171+
- name: Setup Golang Environment
172+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
173+
with:
174+
go-version-file: go.mod
175+
171176
- name: Check if go.mod and go.sum are up to date
172177
run: go mod tidy && git diff --exit-code -- go.mod go.sum
173178

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginxinc/kubernetes-ingress
22

3-
go 1.22.5
3+
go 1.23
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.27.31

0 commit comments

Comments
 (0)
0