Skip to content

Commit f591f6a

Browse files
committed
fix: consistently use go1.24
1 parent eba4787 commit f591f6a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@v5
1212
with:
13-
go-version: "1.23"
13+
go-version: "1.24"
1414

1515
- uses: actions/checkout@v4
1616

.github/workflows/privacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@v5
1212
with:
13-
go-version: "1.23"
13+
go-version: "1.24"
1414

1515
- uses: actions/checkout@v4
1616

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 as build
1+
FROM golang:1.25 as build
22
ADD . /go/src/github.com/neubot/dash
33
WORKDIR /go/src/github.com/neubot/dash
44
RUN CGO_ENABLED=0 go build -v -tags netgo -ldflags "-s -w -extldflags \"-static\"" ./cmd/dash-server

0 commit comments

Comments
 (0)