Skip to content

Commit 4aa5fda

Browse files
authored
Merge pull request #75 from planetscale/renovate/golangci-golangci-lint-action-6.x
chore(deps): update golangci/golangci-lint-action action to v6
2 parents 840639d + 4eba964 commit 4aa5fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
go-version-file: go.mod
2727

28-
- uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5
28+
- uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
2929

3030
# installed here to run lint on the .goreleaser.yml file:
3131
- name: Install GoReleaser
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
go-version-file: go.mod
4949

50-
- uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5
50+
- uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
5151

5252
- name: Install GoReleaser
5353
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5

0 commit comments

Comments
 (0)