fiddle with linting

This commit is contained in:
tsmethurst 2021-08-11 22:01:30 +02:00
commit 7fed539ecc

View file

@ -5,7 +5,7 @@ steps:
- name: lint
image: golang
commands:
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1
- golangci-lint run
- name: test
image: golang