Skip to content

Commit

Permalink
Use latest version of golang 1.13 in CI
Browse files Browse the repository at this point in the history
CircleCI has golang images without the patch versions which contain
the latest patch version of golang. That way we do not need to
remember to update the CI config on every patch release.
  • Loading branch information
krnowak committed Feb 4, 2020
1 parent 574463c commit 1f60a3f
Showing 1 changed file with 1 addition and 1 deletion.
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:
build:
docker:
- image: circleci/golang:1.13.3
- image: circleci/golang:1.13

environment:
TEST_RESULTS: /tmp/test-results # path to where test results will be saved
Expand Down

0 comments on commit 1f60a3f

Please sign in to comment.