Skip to content

Commit 1a002d0

Browse files
authored
Set golangci-lint to 1.54.2 (latest is broken) (#1046)
* Set golangci-lint to 1.54.2 (latest is broken) * Testing golangci-lint latest (1.57.1)
1 parent 2c5df87 commit 1a002d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
go-version: "1.22.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:
1919
version: latest
2020

0 commit comments

Comments
 (0)