We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01437f9 commit f99d96bCopy full SHA for f99d96b
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Set up Go
37
uses: actions/setup-go@v4
38
with:
39
- go-version: '1.19'
+ go-version: "1.20"
40
41
- name: Install Go dependencies
42
run: |
0 commit comments