Skip to content

Commit 54c3ada

Browse files
committed
Bump Go to 1.25.5
Signed-off-by: David Gageot <[email protected]>
1 parent 4f74d04 commit 54c3ada

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2727
with:
28-
go-version: "1.25.4"
28+
go-version: "1.25.5"
2929
cache: true
3030

3131
- name: Lint
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4444
with:
45-
go-version: "1.25.4"
45+
go-version: "1.25.5"
4646
cache: true
4747

4848
- name: Install Task
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Go
6363
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6464
with:
65-
go-version: "1.25.4"
65+
go-version: "1.25.5"
6666
cache: true
6767

6868
- name: Install go-licences
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set up Go
8282
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8383
with:
84-
go-version: "1.25.4"
84+
go-version: "1.25.5"
8585
cache: true
8686

8787
- name: Install Task

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ task build # Should create ./bin/cagent
829829
- Manual workflow dispatch
830830

831831
**Build Configuration:**
832-
- Go version: 1.25.4
832+
- Go version: 1.25.5
833833
- Platforms: linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, windows/amd64, windows/arm64
834834
- Binary name: `cagent` (or `cagent.exe` on Windows)
835835
- Version injection: Uses git tag and commit SHA via ldflags

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION="1.25.4"
3+
ARG GO_VERSION="1.25.5"
44
ARG ALPINE_VERSION="3.22"
55

66
# xx is a helper for cross-compilation

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/cagent
22

3-
go 1.25.4
3+
go 1.25.5
44

55
require (
66
charm.land/bubbles/v2 v2.0.0-rc.1

0 commit comments

Comments
 (0)