1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00

Add linter (#7)

* Add linter

* Update go.yml

* Update go.yml

* Update go.yml

* Update go.yml

* Update go.yml

* Update go.yml
This commit is contained in:
Sirish Bathina 2020-10-14 13:36:14 -10:00 committed by GitHub
parent fb9c4659c7
commit 0001b76ca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,9 @@ jobs:
- name: Test
run: go test -v .
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v1.2.1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.31