Skip to content

Commit 480087c

Browse files
authored
Update Go support to Go 1.15 (#51)
1 parent b52fcf9 commit 480087c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14.6 as delve
1+
FROM golang:1.15 as delve
22

33
ARG DELVE_VERSION=1.5.0
44

skaffold.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ profiles:
5252
docker:
5353
buildArgs:
5454
GOVERSION: 1.14
55+
- op: add
56+
path: /build/artifacts/-
57+
value:
58+
image: go115app
59+
context: integration/goapp
60+
docker:
61+
buildArgs:
62+
GOVERSION: 1.15
5563
- op: add
5664
path: /build/artifacts/-
5765
value:

0 commit comments

Comments
 (0)