Skip to content

Commit

Permalink
Merge pull request #6 from strongo/renovate/golangci-golangci-lint-ac…
Browse files Browse the repository at this point in the history
…tion-6.x

Update golangci/golangci-lint-action action to v6
  • Loading branch information
trakhimenok authored May 8, 2024
2 parents 16c008e + 41ebef0 commit b103cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: go test ./...

- name: Go lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
Expand Down

0 comments on commit b103cd9

Please sign in to comment.