Skip to content

Commit a4d992f

Browse files
committed
sc-246713 - typos
1 parent dc91362 commit a4d992f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2828
with:
29-
go-version-file: ${{ matrix.go.version }}
29+
go-version: ${{ matrix.go.version }}
3030

3131
- name: Install go-junit-report
3232
run: go install github.com/jstemmer/go-junit-report/v2@v2.0.0
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Go
6666
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
6767
with:
68-
go-version-file: '1.18.5'
68+
go-version: '1.18.5'
6969

7070
- name: Test
7171
run: go test -race ./...

0 commit comments

Comments
 (0)