Skip to content

Commit 0eefd31

Browse files
authored
Upgrade to go 1.22 (#41)
* Upgrade to go 1.22 Signed-off-by: Friedrich Gonzalez <[email protected]> * Upgrade staticcheck Signed-off-by: Friedrich Gonzalez <[email protected]> --------- Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 2c53fa7 commit 0eefd31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.20.2
19+
go-version: 1.22.4
2020

2121
- name: Install staticcheck
22-
run: go install honnef.co/go/tools/cmd/[email protected]
22+
run: go install honnef.co/go/tools/cmd/[email protected].7
2323

2424
- name: Run makefile
2525
run: make all

go.mod

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

3-
go 1.20
3+
go 1.22.4
44

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

0 commit comments

Comments
 (0)