Skip to content

Commit 54e72af

Browse files
committed
Update go-lang-ci
1 parent c62ac9d commit 54e72af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: go vet -v ./...
2929

3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v6
31+
uses: golangci/golangci-lint-action@v8
32+
with:
33+
version: v2.1
3234

3335
- name: Build
3436
run: go build -v ./...

0 commit comments

Comments
 (0)