Skip to content

Commit

Permalink
Bump golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhuojie committed Apr 27, 2020
1 parent b7aa14f commit 7f5190e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
unittest:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14
working_directory: /go/src/github.com/checkr/openmock
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12 as builder
FROM golang:1.14 as builder
WORKDIR /go/src/github.com/checkr/openmock
ADD . .
RUN make build
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run: build
lint:
ifndef GOLANGCILINT
@GO111MODULE=off go get -u github.com/myitcv/gobin
@gobin github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
@gobin github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
endif
@golangci-lint run

Expand Down

0 comments on commit 7f5190e

Please sign in to comment.