Skip to content

Commit

Permalink
fix(ci): correct go version for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Dec 1, 2023
1 parent 6e0d344 commit 36131cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
go-version-file: go.mod
cache: false
- run: echo "GOLANGCI_LINT_VERSION=$(go list -m -f '{{.Version}}' github.com/golangci/golangci-lint)" >> $GITHUB_ENV
- uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 36131cf

Please sign in to comment.