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: jobs:
lint: lint:
docker: docker:
- image: golangci/golangci-lint:v1.16 - image: golangci/golangci-lint:v1.30
steps: steps:
- checkout - checkout
- run: golangci-lint run -v - run: golangci-lint run -v
build: build:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.14
steps: steps:
- checkout - checkout
- run: go build main.go - run: go build main.go
release: release:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.14
steps: steps:
- checkout - checkout
- setup_remote_docker - setup_remote_docker