Skip to content

Commit

Permalink
Merge c6428a1 into 5fe8b74
Browse files Browse the repository at this point in the history
  • Loading branch information
eytan-avisror authored Feb 11, 2021
2 parents 5fe8b74 + c6428a1 commit f502207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.14 as builder
FROM golang:1.15 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export GO111MODULE=on

CONTROLLER_GEN_VERSION := v0.4.1
GO_MIN_VERSION := 11100 # go1.11
GO_MIN_VERSION := 11500 # go1.15

define generate_int_from_semver
echo $(1) |cut -dv -f2 |awk '{split($$0,a,"."); print a[3]+(100*a[2])+(10000* a[1])}'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/keikoproj/instance-manager

go 1.14
go 1.15

require (
github.com/Masterminds/semver v1.5.0
Expand Down

0 comments on commit f502207

Please sign in to comment.