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 dc91362 commit a4d992fCopy full SHA for a4d992f
.github/workflows/go-test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Go
27
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
28
with:
29
- go-version-file: ${{ matrix.go.version }}
+ go-version: ${{ matrix.go.version }}
30
31
- name: Install go-junit-report
32
run: go install github.com/jstemmer/go-junit-report/v2@v2.0.0
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
- go-version-file: '1.18.5'
+ go-version: '1.18.5'
69
70
- name: Test
71
run: go test -race ./...
0 commit comments