Skip to content

Commit c2f553e

Browse files
authored
Merge pull request #1771 from NVIDIA/bump-go-golang
bump golang to 1.25.2 and golangci-lint to 2.5.0
2 parents 559aaf7 + e4e74e4 commit c2f553e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.25.1 AS builder
15+
FROM golang:1.25.2 AS builder
1616

1717
ARG GOPROXY="https://proxy.golang.org,direct"
1818
ENV GOPROXY=$GOPROXY

versions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
2020
VERSION ?= v25.3.4
2121

22-
GOLANG_VERSION ?= 1.25.1
22+
GOLANG_VERSION ?= 1.25.2
2323

24-
GOLANGCI_LINT_VERSION ?= v2.4.0
24+
GOLANGCI_LINT_VERSION ?= v2.5.0
2525

2626
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")

0 commit comments

Comments
 (0)