Skip to content

Commit 0b26c37

Browse files
authored
Merge pull request #66 from hypnoglow/dependabot/github_actions/golangci/golangci-lint-action-9.2.0
Bump golangci/golangci-lint-action from 8.0.0 to 9.2.0
2 parents 8ee0e0f + bd6d400 commit 0b26c37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go mod vendor
2626
2727
- name: Run linters
28-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
28+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
2929
with:
3030
version: v2.1
3131
args: --verbose
@@ -56,7 +56,7 @@ jobs:
5656
go mod vendor
5757
5858
- name: Run linters
59-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
59+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6060
with:
6161
version: v2.1
6262
working-directory: gopgv9
@@ -88,7 +88,7 @@ jobs:
8888
go mod vendor
8989
9090
- name: Run linters
91-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
91+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
9292
with:
9393
version: v2.1
9494
working-directory: gopgv10

0 commit comments

Comments
 (0)