Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
circle-ci: upgrade to Go 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCarrion committed Jun 22, 2020
1 parent bf0ccd6 commit 547e758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ version: 2
jobs:
test:
docker:
- image: circleci/golang:1.14.0
- image: circleci/golang:1.14.4
steps:
- checkout
- run: go mod download
- run: go get -v -t -d ./...
- run: go test -v ./...
build:
docker:
- image: circleci/golang:1.14.0
- image: circleci/golang:1.14.4
steps:
- checkout
- run: go build github.com/MarioCarrion/versions
lint:
docker:
- image: circleci/golang:1.14.0
- image: circleci/golang:1.14.4
steps:
- checkout
- run: go mod tidy
Expand All @@ -26,7 +26,7 @@ jobs:
- run: nit -include-tests -pkg github.com/MarioCarrion/versions $(go list ./...)
release:
docker:
- image: circleci/golang:1.14.0
- image: circleci/golang:1.14.4
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
Expand Down

0 comments on commit 547e758

Please sign in to comment.