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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"