chore: update go version and golangci

License: MIT
Signed-off-by: Henrique Dias <[email protected]>
This commit is contained in:
Henrique Dias
2020-08-25 08:24:31 +02:00
parent 2078312ec8
commit e0020e8110
+3 -3
View File
@@ -2,19 +2,19 @@ version: 2
jobs:
lint:
docker:
- image: golangci/golangci-lint:v1.16
- image: golangci/golangci-lint:v1.30
steps:
- checkout
- run: golangci-lint run -v
build:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14
steps:
- checkout
- run: go build main.go
release:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14
steps:
- checkout
- setup_remote_docker