Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wapwagner committed Feb 12, 2024
1 parent df998a9 commit 2850dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-test.yaml
Expand Up @@ -45,6 +45,6 @@ jobs:
with:
go-version-file: ${{inputs.go-version-file}}
- run: curl -o .golangci.yml -sSfL https://raw.githubusercontent.com/thepwagner-org/golangci-lint/main/.golangci.yml
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3.7.1
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
args: --timeout=30m

0 comments on commit 2850dd8

Please sign in to comment.