File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : golangci-lint
1919 uses : golangci/golangci-lint-action@v3
2020 with :
21- version : v1.61.0
21+ version : v1.64.8
2222 args : --timeout=5m
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS build
1+ FROM golang:1.24 AS build
22
33# Set mpi-operator version
44# Defaults to v2
Original file line number Diff line number Diff line change 148148GOLANGCI_LINT = $(shell pwd) /bin/golangci-lint
149149.PHONY : bin/golangci-lint
150150bin/golangci-lint : bin
151- @GOBIN=$(PROJECT_DIR ) /bin go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
151+ @GOBIN=$(PROJECT_DIR ) /bin go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
152152
153153ENVTEST = $(shell pwd) /bin/setup-envtest
154154.PHONY : envtest
Original file line number Diff line number Diff line change 11module github.com/kubeflow/mpi-operator
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/google/go-cmp v0.6.0
77 github.com/onsi/ginkgo v1.16.5
88 github.com/onsi/gomega v1.33.1
99 github.com/prometheus/client_golang v1.19.1
1010 golang.org/x/crypto v0.31.0
11+ golang.org/x/time v0.3.0
1112 k8s.io/api v0.31.1
1213 k8s.io/apimachinery v0.31.1
1314 k8s.io/apiserver v0.31.1
@@ -91,7 +92,6 @@ require (
9192 golang.org/x/sys v0.28.0 // indirect
9293 golang.org/x/term v0.27.0 // indirect
9394 golang.org/x/text v0.21.0 // indirect
94- golang.org/x/time v0.3.0 // indirect
9595 golang.org/x/tools v0.24.0 // indirect
9696 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
9797 google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
You can’t perform that action at this time.
0 commit comments