Skip to content

Commit

Permalink
use setup-go's new go-version-file config
Browse files Browse the repository at this point in the history
My hacky solution to actions/setup-go#23 has been
addressed in actions/setup-go proper. And it can use go.mod directly!
  • Loading branch information
jmhodges committed May 18, 2022
1 parent 8170349 commit 640041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ steps.go_versions.outputs.go_version }}
go-version-file: "go.mod"
id: go

- name: Install test dependencies
Expand Down

0 comments on commit 640041e

Please sign in to comment.