Skip to content

Commit 5d7112f

Browse files
authored
ci: Pin the golangci-lint version to prevent breakage (#62)
* 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! * Fix version string
1 parent b964cb0 commit 5d7112f

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: v1.43.0
4040

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

0 commit comments

Comments
 (0)