Skip to content

Commit

Permalink
Merge pull request #124 from telekom-mms/renovate/golangci-golangci-l…
Browse files Browse the repository at this point in the history
…int-action-6.x

Update golangci/golangci-lint-action action to v6
  • Loading branch information
schurzi authored Nov 22, 2024
2 parents b7b77d0 + 86d7d1d commit 5e1ee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: go mod tidy

- name: lint
uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc # v4
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
with:
skip-cache: true
args: --timeout=2m

0 comments on commit 5e1ee58

Please sign in to comment.