Skip to content

Commit

Permalink
Update ci to golang latest version (#25)
Browse files Browse the repository at this point in the history
- update golang to 1.13 for ci and remove unneeded env sets

Signed-off-by: Marko Baricevic <[email protected]>
  • Loading branch information
tac0turtle authored Oct 18, 2019
1 parent b6ac720 commit d60ea13
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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.0
- image: circleci/golang

steps:
- checkout
Expand All @@ -12,9 +12,6 @@ jobs:
- run:
name: test
command: |
export PATH="$GOBIN:$PATH"
go env
go version
make test
- save_cache:
key: go-mod-v1-{{ checksum "go.sum" }}
Expand Down

0 comments on commit d60ea13

Please sign in to comment.