We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52fcf9 commit 480087cCopy full SHA for 480087c
2 files changed
go/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14.6 as delve
+FROM golang:1.15 as delve
2
3
ARG DELVE_VERSION=1.5.0
4
skaffold.yaml
@@ -52,6 +52,14 @@ profiles:
52
docker:
53
buildArgs:
54
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
63
- op: add
64
path: /build/artifacts/-
65
value:
0 commit comments