Skip to content

Commit

Permalink
rebase: update golang version to v1.15.5
Browse files Browse the repository at this point in the history
To fix math/big CVE, this version of golang has the fix
for this vulnerability.

Signed-off-by: Mudit Agarwal <muagarwa@redhat.com>
  • Loading branch information
agarwal-mudit authored and mergify[bot] committed Jan 11, 2021
1 parent 04644c1 commit 0339df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BASE_IMAGE=docker.io/ceph/ceph:v15
CEPH_VERSION=nautilus

# standard Golang options
GOLANG_VERSION=1.15
GOLANG_VERSION=1.15.5
GO111MODULE=on

# static checks and linters
Expand Down

0 comments on commit 0339df2

Please sign in to comment.