We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f16bde commit 8c9160bCopy full SHA for 8c9160b
1 file changed
.github/workflows/test.yml
@@ -9,6 +9,6 @@ jobs:
9
- name: Install Go
10
uses: actions/setup-go@v5
11
with:
12
- go-version: 1.19
+ go-version: 1.22
13
- name: Test
14
run: go test ./...
0 commit comments