We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595212b commit 490e9abCopy full SHA for 490e9ab
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.21.x'
+ go-version: '1.22.x'
19
- name: Install dependencies
20
run: go get .
21
- name: Test with the Go CLI
0 commit comments