Skip to content

Commit 9ff7c2c

Browse files
authored
Merge pull request #72 from planetscale/renovate/golangci-golangci-lint-action-5.x
chore(deps): update golangci/golangci-lint-action action to v5
2 parents 006f1a0 + 1d602ae commit 9ff7c2c

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@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4
28+
- uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5
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@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4
50+
- uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5
5151

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

0 commit comments

Comments
 (0)