Skip to content

Commit 7e5df69

Browse files
committed
fix: Update golangci-lint configuration
Change-Id: I46cae1086c01327daa165cae242ad95ac34def95 Signed-off-by: Ian Meyer <[email protected]>
1 parent 4b8bf48 commit 7e5df69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
go-version: 1.24.2
2424
cache: false
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v6
26+
uses: golangci/golangci-lint-action@v7
2727
with:
2828
# Require: The version of golangci-lint to use.
2929
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
3030
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
31-
version: latest
31+
version: v2.0
3232

3333
# Optional: working directory, useful for monorepos
3434
# working-directory: somedir

0 commit comments

Comments
 (0)