Skip to content
Snippets Groups Projects
Unverified Commit 90b7ae66 authored by Neha Viswanathan's avatar Neha Viswanathan Committed by GitHub
Browse files

upgrade to go 1.15 (#706)

parent 82421e58
No related branches found
No related tags found
No related merge requests found
FROM golang:1.15.0 AS build
FROM golang:1.15 AS build
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY go.mod go.sum ./
COPY main.go .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment