Skip to content

Commit cfed4e3

Browse files
committed
Update the Go version to match go.mod
1 parent 5e0bcd7 commit cfed4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: '1.20'
20+
go-version: '1.23'
2121

2222
- name: Cache Go modules
2323
uses: actions/cache@v3
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v4
5050
with:
51-
go-version: '1.20'
51+
go-version: '1.23'
5252

5353
- name: Install golangci-lint
5454
run: |

0 commit comments

Comments
 (0)