Skip to content

Commit f481f49

Browse files
committed
Upgrade to go 1.24
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 0eefd31 commit f481f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.22.4
19+
go-version: 1.24.2
2020

2121
- name: Install staticcheck
2222
run: go install honnef.co/go/tools/cmd/[email protected]

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cortexproject/auth-gateway
22

3-
go 1.22.4
3+
go 1.24.0
44

55
require (
66
github.com/google/go-github/v53 v53.2.0

0 commit comments

Comments
 (0)