Skip to content

Commit

Permalink
Bump to Go 1.13 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Nov 15, 2019
1 parent ff60f4e commit 5b3e7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12.3
- image: circleci/golang:1.13.3
steps:
- run: |
mkdir -p ~/bin
Expand All @@ -11,7 +11,7 @@ jobs:
curl -L -o ~/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/amd64/kubectl
chmod +x ~/bin/kubectl
- run: |
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ~/bin v1.16.0
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ~/bin v1.21.0
- run: |
go get github.com/int128/goxzst
- checkout
Expand Down

0 comments on commit 5b3e7e2

Please sign in to comment.