Skip to content

Commit

Permalink
Upgrade to Go 1.13 (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-at-work committed Sep 13, 2019
1 parent cdf000c commit 8db652e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: default

steps:
- name: download-dependencies
image: golang:1.12
image: golang:1.13
commands:
# wait for services to be ready.
- sleep 5
Expand All @@ -19,7 +19,7 @@ steps:


- name: build
image: golang:1.12
image: golang:1.13
commands:

# build
Expand Down
2 changes: 1 addition & 1 deletion cmd/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/stretch/scm/Dockerfile
# https://github.com/golang/go/blob/f082dbfd4f23b0c95ee1de5c2b091dad2ff6d930/src/cmd/go/internal/get/vcs.go#L90

FROM golang:1.12-alpine AS builder
FROM golang:1.13-alpine AS builder

WORKDIR $GOPATH/src/github.com/gomods/athens

Expand Down

0 comments on commit 8db652e

Please sign in to comment.