Skip to content

Commit a249e2a

Browse files
authored
Merge pull request #1550 from sagar-18/fix-release-1.30-golang
feat: update to golang 1.22.7 | Fix critical vulnerabilities
2 parents 355919f + afb4251 commit a249e2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/helm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-go@v3
3737
with:
38-
go-version: '1.22.3'
38+
go-version: '1.22.7'
3939

4040
- name: Set up chart-testing
4141
uses: helm/[email protected]

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ARCHS = amd64 arm arm64
2626

2727
LDFLAGS=-ldflags "-X ${LDFLAG_LOCATION}.version=${VERSION} -X ${LDFLAG_LOCATION}.buildDate=${BUILD} -X ${LDFLAG_LOCATION}.gitbranch=${BRANCH} -X ${LDFLAG_LOCATION}.gitsha1=${SHA1}"
2828

29-
GOLANGCI_VERSION := v1.58.1
29+
GOLANGCI_VERSION := v1.62.0
3030
HAS_GOLANGCI := $(shell ls _output/bin/golangci-lint 2> /dev/null)
3131

3232
GOFUMPT_VERSION := v0.4.0
@@ -134,7 +134,7 @@ gen:
134134
./hack/update-docs.sh
135135

136136
gen-docker:
137-
$(CONTAINER_ENGINE) run --entrypoint make -it -v $(CURRENT_DIR):/go/src/sigs.k8s.io/descheduler -w /go/src/sigs.k8s.io/descheduler golang:1.22.3 gen
137+
$(CONTAINER_ENGINE) run --entrypoint make -it -v $(CURRENT_DIR):/go/src/sigs.k8s.io/descheduler -w /go/src/sigs.k8s.io/descheduler golang:1.22.7 gen
138138

139139
verify-gen:
140140
./hack/verify-conversions.sh

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/descheduler
22

3-
go 1.22.3
3+
go 1.22.7
44

55
require (
66
github.com/client9/misspell v0.3.4

0 commit comments

Comments
 (0)