We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf3daa commit edad0c5Copy full SHA for edad0c5
3 files changed
Dockerfile.dapper
@@ -8,7 +8,7 @@ ARG SRC_BRANCH=master
8
ARG SRC_TAG
9
ARG CACHEBUST
10
11
-ARG GOLANG_VERSION=1.24.9
+ARG GOLANG_VERSION=1.25.5
12
13
# Setup environment
14
ENV PATH /go/bin:$PATH
Makefile
@@ -1,7 +1,7 @@
1
TARGETS := $(shell ls scripts)
2
export SRC_BRANCH := master
3
export SRC_TAG := $(shell git tag --points-at HEAD | head -n 1)
4
-export CACHEBUST := $(shell date +%s)
+export CACHEBUST := 0
5
6
.dapper:
7
@echo Downloading dapper
go.mod
@@ -1,8 +1,6 @@
module github.com/longhorn/go-spdk-helper
-go 1.24.0
-
-toolchain go1.24.1
+go 1.25.5
require (
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
0 commit comments