Skip to content

Commit

Permalink
chore: Uses go.mod version in Github Action instead of a specific ver…
Browse files Browse the repository at this point in the history
…sion (#520)
  • Loading branch information
lantoli authored Oct 31, 2023
1 parent a29f375 commit 4cc6f1e
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 4cc6f1e

Please sign in to comment.