Skip to content

Commit

Permalink
Use go version from go.mod in golangci-lint workflow (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulik0 authored Sep 5, 2024
1 parent 0ccb303 commit f423bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
go-version-file: 'go.mod'

- name: Run Golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit f423bbd

Please sign in to comment.