Skip to content

Commit f14ec28

Browse files
authored
updated go to version 1.15.7 to fix CVE-2021-3114 and CVE-2021-3115 (#71)
1 parent f949c1e commit f14ec28

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)