Skip to content

Commit

Permalink
Merge pull request #6 from cunicu/renovate/golangci-golangci-lint-act…
Browse files Browse the repository at this point in the history
…ion-4.x

Update golangci/golangci-lint-action action to v4
  • Loading branch information
stv0g authored Feb 12, 2024
2 parents d85422f + 16bb95e commit a1aa8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Lint
# TODO: golangci-lint v1.54 is currently broken on Windows?
if: matrix.os != 'windows-latest'
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.54.0

Expand Down

0 comments on commit a1aa8df

Please sign in to comment.