Skip to content

Commit 3971520

Browse files
committed
use go 1.22 in github actions
1 parent afe5c74 commit 3971520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go
1212
uses: actions/setup-go@v3
1313
with:
14-
go-version: '1.20.x'
14+
go-version: '1.22.x'
1515

1616
- name: Test
1717
run: go test ./...

0 commit comments

Comments
 (0)