Skip to content

Commit

Permalink
ci: use latest go
Browse files Browse the repository at this point in the history
  • Loading branch information
Equim-chan committed Dec 7, 2019
1 parent e8d0ac1 commit 0a18b33
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:
lint:
docker:
- image: circleci/golang:1.10.3
- image: circleci/golang:latest
working_directory: /go/src/ekyu.moe/vanity-monero
steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs:
command: go vet ./...
release:
docker:
- image: circleci/golang:1.10.3
- image: circleci/golang:latest
working_directory: /go/src/ekyu.moe/vanity-monero
steps:
- checkout
Expand Down

0 comments on commit 0a18b33

Please sign in to comment.