We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5d366 commit 41157c1Copy full SHA for 41157c1
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Go
26
uses: actions/setup-go@v2
27
with:
28
- go-version: '1.20'
+ go-version: '1.22'
29
- id: go-cache-paths
30
run: |
31
echo "::set-output name=go-build::$(go env GOCACHE)"
0 commit comments