Skip to content

Commit 13967c6

Browse files
committed
ci: Pin the golangci-lint version to prevent breakage
The main branch broke because golangci-lint released a new version. This pins it, so hopefully it never happens again!
1 parent b964cb0 commit 13967c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: golangci-lint
3737
uses: golangci/golangci-lint-action@v2
3838
with:
39-
version: latest
39+
version: 1.43.0
4040

4141
style-lint-typescript:
4242
name: "style/lint/typescript"

0 commit comments

Comments
 (0)