We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eefd31 commit f481f49Copy full SHA for f481f49
.github/workflows/build-test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.22.4
+ go-version: 1.24.2
20
21
- name: Install staticcheck
22
run: go install honnef.co/go/tools/cmd/[email protected]
go.mod
@@ -1,6 +1,6 @@
1
module github.com/cortexproject/auth-gateway
2
3
-go 1.22.4
+go 1.24.0
4
5
require (
6
github.com/google/go-github/v53 v53.2.0
0 commit comments