Skip to content

Commit

Permalink
ci: Pin the golangci-lint version to prevent breakage (#62)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kylecarbs committed Jan 25, 2022
1 parent b964cb0 commit 5d7112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d7112f

Please sign in to comment.