Skip to content

Commit fe852f3

Browse files
committed
Pin golangci-lint
This works around golangci/golangci-lint#2997 and should unblock/fix our CI. Signed-off-by: Joe Richey <[email protected]>
1 parent 7296853 commit fe852f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ jobs:
109109
with:
110110
go-version: ${{ matrix.go-version }}
111111
- name: Run golangci-lint
112-
uses: golangci/golangci-lint-action@v3.1.0
112+
uses: golangci/golangci-lint-action@v3.2.0
113113
with:
114-
version: latest
114+
# Update when https://github.com/golangci/golangci-lint/issues/2997 is fixed.
115+
version: v1.46.2
115116
working-directory: ${{ matrix.dir }}
116117
args: >
117118
-D errcheck

0 commit comments

Comments
 (0)