Skip to content

Commit

Permalink
Merge pull request #36 from hypnoglow/dependabot/github_actions/golan…
Browse files Browse the repository at this point in the history
…gci/golangci-lint-action-4.0.0
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
2 parents f2248d7 + de7dc93 commit dc61e78
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@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: v1.31
args: --verbose
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
go mod vendor
- name: Run linters
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: v1.31
working-directory: gopgv9
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
go mod vendor
- name: Run linters
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: v1.31
working-directory: gopgv10
Expand Down

0 comments on commit dc61e78

Please sign in to comment.