Skip to content

Commit 490e9ab

Browse files
committed
Fix CI for 1.22
1 parent 595212b commit 490e9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.21.x'
18+
go-version: '1.22.x'
1919
- name: Install dependencies
2020
run: go get .
2121
- name: Test with the Go CLI

0 commit comments

Comments
 (0)