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 91b89c2 commit b3b8ddaCopy full SHA for b3b8dda
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Go
29
uses: actions/setup-go@v2
30
with:
31
- go-version: '1.15'
+ go-version: '1.19'
32
- name: Install project dependencies
33
run: go get
34
- name: Test
0 commit comments