Skip to content

Commit a3c5d37

Browse files
committed
Upload golangci lint to v7
Description: - Add version number 2.0.2 to golangci lint as this is now required - Update golangci lint to v7
1 parent 64683ac commit a3c5d37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ jobs:
3333
- uses: actions/setup-go@v5
3434
with:
3535
go-version-file: go.mod
36-
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
36+
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
37+
with:
38+
version: v2.0.2

0 commit comments

Comments
 (0)