We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdc338 commit 6072b7dCopy full SHA for 6072b7d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14 as build
+FROM golang:1.15 as build
2
3
WORKDIR /go/src/github.com/webdevops/kube-bootstrap-token-manager
4
go.mod
@@ -1,6 +1,6 @@
module github.com/webdevops/kube-bootstrap-token-manager
-go 1.14
+go 1.15
5
require (
6
github.com/Azure/azure-sdk-for-go v44.2.0+incompatible
0 commit comments