2
0

remove drone, update linter

This commit is contained in:
Lucas Löffel
2020-02-13 14:29:12 +01:00
parent d143e827fd
commit 50244cb01a
2 changed files with 1 additions and 11 deletions
-10
View File
@@ -1,10 +0,0 @@
kind: pipeline
type: docker
name: docker
steps:
- name: linter
image: golangci/golangci-lint
commands:
- make install
- make linter
+1 -1
View File
@@ -11,7 +11,7 @@ go:
- "1.13.x"
before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
script:
- make install