Skip to content

Commit

Permalink
use go.mod version in GH action instead of a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Oct 31, 2023
1 parent ab5f7e9 commit 1782455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version-file: 'go.mod'
- name: lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit 1782455

Please sign in to comment.