Skip to content

Commit 6b12a4b

Browse files
chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#611)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leo Antoli <[email protected]>
1 parent 6b72944 commit 6b12a4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
go-version-file: go.mod
1818
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
1919
- name: lint
20-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
20+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
2121
with:
22-
version: v2.0.2 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
22+
version: v2.1.6 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
2323
- name: tests
2424
run: make test
2525
- name: example-tests

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SOURCE_FILES?=./...
2-
GOLANGCI_VERSION=v2.0.2 # Also update golangci-lint GH action in pr.yml when updating this version
2+
GOLANGCI_VERSION=v2.1.6 # Also update golangci-lint GH action in pr.yml when updating this version
33

44
GOIMPORTS_VERSION=v0.21.0
55
COVERAGE=coverage.out

0 commit comments

Comments
 (0)