We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4522b commit 4332f0dCopy full SHA for 4332f0d
.github/workflows/go.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Go
24
uses: actions/setup-go@v2
25
with:
26
- go-version: 1.18
+ go-version: '1.20'
27
28
- name: install
29
run: |
0 commit comments