Skip to content

Commit

Permalink
[Security] - upgrade golang to 1.21.2 for mitigating security risks
Browse files Browse the repository at this point in the history
Signed-off-by: kesavan thiruvenkadasamy <[email protected]>
  • Loading branch information
px-kesavan committed Nov 3, 2023
1 parent a866ec7 commit f846082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
global:
- GO111MODULE=on
go:
- 1.20
- 1.21.2
script:
- |
if [ -n "${TRAVIS_TAG}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASE_DIR := $(shell git rev-parse --show-toplevel)
GIT_SHA := $(shell git rev-parse --short HEAD)
BIN := $(BASE_DIR)/bin

DOCK_BUILD_CNT := golang:1.20.5
DOCK_BUILD_CNT := golang:1.21.2

DOCKER_IMAGE_REPO?=portworx
DOCKER_IMAGE_NAME?=kdmp
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/portworx/kdmp

go 1.20
go 1.21

require (
github.com/aquilax/truncate v1.0.0
Expand Down

0 comments on commit f846082

Please sign in to comment.