Skip to content

Commit a1c5ae5

Browse files
authored
Merge pull request #62 from tklauser/fix-go-version-gh-action
Use correct field to specify Go version in GitHub action
2 parents 77502a5 + f2a4b66 commit a1c5ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/setup-go@v2
2828
with:
29-
go-versions: ${{ matrix.go }}
29+
go-version: ${{ matrix.go }}
3030
- uses: actions/checkout@v2
3131
- name: test
3232
shell: bash

0 commit comments

Comments
 (0)