Skip to content

Commit 6072b7d

Browse files
committed
switch to golang 1.15
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 6fdc338 commit 6072b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

33
WORKDIR /go/src/github.com/webdevops/kube-bootstrap-token-manager
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/webdevops/kube-bootstrap-token-manager
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/Azure/azure-sdk-for-go v44.2.0+incompatible

0 commit comments

Comments
 (0)