We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c9cc0b + 1ac3e37 commit d324458Copy full SHA for d324458
1 file changed
.github/workflows/testing.yaml
@@ -15,7 +15,6 @@ jobs:
15
id: setup-go
16
uses: actions/setup-go@v3
17
with:
18
- go-version-file: go.mod
19
go-version: 1.19.x
20
- name: Install tools
21
run: make install-tools
@@ -31,7 +30,7 @@ jobs:
31
30
32
33
34
+ go-version: 1.19.x
35
- name: Test and upload coverage
36
env:
37
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments