Skip to content

Commit edad0c5

Browse files
committed
chore: update golang to 1.25.5
Signed-off-by: Derek Su <derek.su@suse.com>
1 parent bdf3daa commit edad0c5

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG SRC_BRANCH=master
88
ARG SRC_TAG
99
ARG CACHEBUST
1010

11-
ARG GOLANG_VERSION=1.24.9
11+
ARG GOLANG_VERSION=1.25.5
1212

1313
# Setup environment
1414
ENV PATH /go/bin:$PATH

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TARGETS := $(shell ls scripts)
22
export SRC_BRANCH := master
33
export SRC_TAG := $(shell git tag --points-at HEAD | head -n 1)
4-
export CACHEBUST := $(shell date +%s)
4+
export CACHEBUST := 0
55

66
.dapper:
77
@echo Downloading dapper

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/longhorn/go-spdk-helper
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.25.5
64

75
require (
86
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8

0 commit comments

Comments
 (0)