Skip to content

Commit

Permalink
Merge pull request #40 from hypnoglow/dependabot/github_actions/golan…
Browse files Browse the repository at this point in the history
…gci/golangci-lint-action-6.0.1
  • Loading branch information
dependabot[bot] authored Jun 30, 2024
2 parents 3a69ab4 + 061f578 commit 23b8acf
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@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
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@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
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@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: v1.31
working-directory: gopgv10
Expand Down

0 comments on commit 23b8acf

Please sign in to comment.