Skip to content

Commit

Permalink
chore(circleci): updates golang to 1.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Sep 18, 2019
1 parent b87c855 commit 789e873
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 @@ -5,7 +5,7 @@ jobs:
build:
working_directory: /go/src/github.com/bartoszmajsak/github-changelog-generator
docker:
- image: circleci/golang:1.12.9
- image: circleci/golang:1.13
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 789e873

Please sign in to comment.