Skip to content

Commit 02fcb02

Browse files
author
Moritz Clasmeier
committed
Bump golangci-lint for Go 1.26
1 parent 1e2e40f commit 02fcb02

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
go-version-file: 'go.mod'
2222
cache: true
2323

24-
- name: Install golangci-lint
25-
run: |
26-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
24+
- name: golangci-lint
25+
uses: golangci/golangci-lint-action@v9
26+
with:
27+
version: v2.12.2
2728

2829
- name: Check formatting
2930
run: |

0 commit comments

Comments
 (0)