Skip to content

Commit 5e89cd3

Browse files
ibm-ci-botbitscuit
andauthored
updated go to version 1.15.7 to fix CVE-2021-3114 and CVE-2021-3115 (#72)
Co-authored-by: Henry Li <[email protected]>
1 parent 6d4f4f7 commit 5e89cd3

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,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.14.7 as builder
2+
FROM golang:1.15.7 as builder
33
ARG GOARCH
44

55
WORKDIR /workspace

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM/ibm-namespace-scope-operator
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/IBM/controller-filtered-cache v0.2.1

0 commit comments

Comments
 (0)