Skip to content

Commit cc80dc9

Browse files
committed
Set golangci-lint to 1.54.2 (latest is broken)
1 parent a5dc5d1 commit cc80dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
go-version: "1.21.x"
1515
- uses: actions/checkout@v4
1616
- name: golangci-lint
17-
uses: golangci/golangci-lint-action@v3
17+
uses: golangci/golangci-lint-action@v4
1818
with:
19-
version: latest
19+
version: 1.54.2
2020

2121
test:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)