This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5757 - uses : actions/checkout@master
5858 - uses : actions/setup-go@v2-beta
5959 with :
60- go-version : " 1.13 "
60+ go-version : " 1.15 "
6161 - name : " Lint Operator Go Code"
6262 run : |
6363 cd operator/
7979 - uses : actions/checkout@master
8080 - uses : actions/setup-go@v2-beta
8181 with :
82- go-version : " 1.13 "
82+ go-version : " 1.15 "
8383 - name : " Lint Lurcher Go Code"
8484 run : |
8585 cd lurcher/
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.13 as builder
2+ FROM golang:1.15 as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/secureCodeBox/secureCodeBox-v2/lurcher
22
3- go 1.13
3+ go 1.15
44
55require (
66 k8s.io/apimachinery v0.0.0-20191028221656-72ed19daf4bb
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.13 as builder
2+ FROM golang:1.15 as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/secureCodeBox/secureCodeBox-v2/operator
22
3- go 1.13
3+ go 1.15
44
55require (
66 github.com/go-logr/logr v0.1.0
You can’t perform that action at this time.
0 commit comments