Skip to content

Commit

Permalink
executors: update go version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Sep 6, 2019
1 parent 1dd7096 commit 6457163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/executors/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
tag:
description: "The tag to use on the golang:alpine image"
type: string
default: "1.12-alpine3.10"
default: "1.13-alpine3.10"
docker:
- image: "golang:<< parameters.tag >>"
shell: /bin/bash -eu -o pipefail
2 changes: 1 addition & 1 deletion src/executors/buster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
tag:
description: "The tag to use on the golang:buster image"
type: string
default: "1.13-rc-buster"
default: "1.13-buster"
docker:
- image: "golang:<< parameters.tag >>"
shell: /bin/bash -eu -o pipefail

0 comments on commit 6457163

Please sign in to comment.