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:
Kyle Carberry
2022-01-25 10:04:25 -06:00
committed by GitHub
parent b964cb0380
commit 5d7112f0d7
+1 -1
View File
@@ -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"