Skip to content

Commit

Permalink
Merge pull request #44 from hypnoglow/dependabot/github_actions/golan…
Browse files Browse the repository at this point in the history
…gci/golangci-lint-action-6.1.0
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
2 parents 068bd2a + 2717334 commit 9f60a46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go mod vendor
- name: Run linters
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.31
args: --verbose
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
go mod vendor
- name: Run linters
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.31
working-directory: gopgv9
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
go mod vendor
- name: Run linters
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.31
working-directory: gopgv10
Expand Down

0 comments on commit 9f60a46

Please sign in to comment.