We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe5c74 commit 3971520Copy full SHA for 3971520
.github/workflows/go.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Go
12
uses: actions/setup-go@v3
13
with:
14
- go-version: '1.20.x'
+ go-version: '1.22.x'
15
16
- name: Test
17
run: go test ./...
0 commit comments