Skip to content

Commit

Permalink
Merge pull request #62 from tklauser/fix-go-version-gh-action
Browse files Browse the repository at this point in the history
Use correct field to specify Go version in GitHub action
  • Loading branch information
mattn committed Sep 29, 2021
2 parents 77502a5 + f2a4b66 commit a1c5ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-versions: ${{ matrix.go }}
go-version: ${{ matrix.go }}
- uses: actions/checkout@v2
- name: test
shell: bash
Expand Down

0 comments on commit a1c5ae5

Please sign in to comment.