Skip to content

Commit

Permalink
use go.mod as go version source for golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Theisen committed Oct 1, 2024
1 parent a110057 commit 9939b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.17"
go-version-file: go.mod
cache: true
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit 9939b27

Please sign in to comment.