8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15475e0 commit d711d31Copy full SHA for d711d31
.github/workflows/ci.yml
@@ -168,6 +168,11 @@ jobs:
168
- name: Checkout Repository
169
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
170
171
+ - name: Setup Golang Environment
172
+ uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
173
+ with:
174
+ go-version-file: go.mod
175
+
176
- name: Check if go.mod and go.sum are up to date
177
run: go mod tidy && git diff --exit-code -- go.mod go.sum
178
go.mod
@@ -1,6 +1,6 @@
1
module github.com/nginxinc/kubernetes-ingress
2
3
-go 1.22.5
+go 1.23
4
5
require (
6
github.com/aws/aws-sdk-go-v2/config v1.27.31
0 commit comments