Skip to content

Commit

Permalink
bump to 1.13 builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklupander committed May 11, 2020
1 parent 3f6d56e commit fdab0a0
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 @@ -3,7 +3,7 @@ jobs: # basic units of work in a run
build: # runs not using Workflows must have a `build` job as entry point
docker: # run the steps with Docker
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
- image: circleci/golang:1.11.4 #
- image: circleci/golang:1.13-buster-node-browsers-legacy # circleci/golang:1.13.10 #

# environment variables for the build itself
environment:
Expand Down

0 comments on commit fdab0a0

Please sign in to comment.