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 2cf3d68 commit 97eeb0fCopy full SHA for 97eeb0f
.github/workflows/testing.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.19
+ go-version: 1.20.2
20
21
- name: Checkout code
22
uses: actions/checkout@v3
@@ -33,14 +33,6 @@ jobs:
33
34
35
36
- - name: Set up Go
37
- uses: actions/setup-go@v3
38
- with:
39
40
-
41
- - name: Install dependencies
42
- run: make deps
43
44
- name: Run linter
45
run: make lint
46
0 commit comments