We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4f419 commit ed732d9Copy full SHA for ed732d9
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v4
20
with:
21
- go-version: '1.20'
+ go-version: '1.21'
22
23
- name: Test
24
run: |
0 commit comments