mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: latest
|
||||
version: v1.43.0
|
||||
|
||||
style-lint-typescript:
|
||||
name: "style/lint/typescript"
|
||||
|
||||
Reference in New Issue
Block a user