Skip to content

Commit 9905b81

Browse files
committed
switch to golang 1.15
Signed-off-by: Markus Blaschke <[email protected]>
1 parent e2fe25c commit 9905b81

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-pool-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-pool-manager
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/jessevdk/go-flags v1.4.0

0 commit comments

Comments
 (0)