Skip to content

Commit 733ca9f

Browse files
authored
Merge pull request #5344 from spidernet-io/robot/update_golang_version
robot updated golang version
2 parents 06cf885 + 2be294a commit 733ca9f

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/workflows/auto-upgrade-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
- name: Setup Golang
203203
uses: actions/setup-go@v5
204204
with:
205-
go-version: 1.25.4
205+
go-version: 1.25.6
206206

207207
- name: Install Tools
208208
run: |

.github/workflows/e2e-init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup Golang
9797
uses: actions/setup-go@v5
9898
with:
99-
go-version: 1.25.4
99+
go-version: 1.25.6
100100

101101
- name: Install Tools
102102
run: |

.github/workflows/lint-golang.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Go
8383
uses: actions/setup-go@v5
8484
with:
85-
go-version: 1.25.4
85+
go-version: 1.25.6
8686

8787
- name: Checkout code
8888
uses: actions/checkout@v4
@@ -138,7 +138,7 @@ jobs:
138138
- name: Install Go
139139
uses: actions/setup-go@v5
140140
with:
141-
go-version: 1.25.4
141+
go-version: 1.25.6
142142

143143
- name: Checkout code
144144
uses: actions/checkout@v4
@@ -192,7 +192,7 @@ jobs:
192192
- name: Install Go
193193
uses: actions/setup-go@v5
194194
with:
195-
go-version: 1.25.4
195+
go-version: 1.25.6
196196

197197
- name: Checkout code
198198
uses: actions/checkout@v4

.github/workflows/lint-grafana-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.25.4
26+
go-version: 1.25.6
2727

2828
# Step 3: Install and run dashboard-linter
2929
- name: Lint Grafana Dashboards

Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
GO_VERSION := 1.25.4
1+
GO_VERSION := 1.25.6
22
GINKGO_VERSION := 2.1.3

images/spiderpool-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
ARG BASE_IMAGE=ghcr.io/spidernet-io/spiderpool/spiderpool-base:e5de792a4214e67a4d10a6faf476fef3d9f043ca
5-
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.4@sha256:f60eaa87c79e604967c84d18fd3b151b3ee3f033bcdade4f3494e38411e60963
5+
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.6@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2
66

77
#======= build bin ==========
88
FROM --platform=${BUILDPLATFORM} ${GOLANG_IMAGE} AS builder

images/spiderpool-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# docker buildx build -t testbase:latest --platform=linux/arm64,linux/amd64 --output type=docker .
55

6-
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.4@sha256:f60eaa87c79e604967c84d18fd3b151b3ee3f033bcdade4f3494e38411e60963
6+
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.6@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2
77
ARG UBUNTU_IMAGE=docker.io/library/ubuntu:20.04@sha256:bea6d19168bbfd6af8d77c2cc3c572114eb5d113e6f422573c93cb605a0e2ffb
88

99

images/spiderpool-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
ARG BASE_IMAGE=ghcr.io/spidernet-io/spiderpool/spiderpool-base:163aca9e9d927363fa80aca7d9721b379671a790
5-
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.4@sha256:f60eaa87c79e604967c84d18fd3b151b3ee3f033bcdade4f3494e38411e60963
5+
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.6@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2
66

77
#======= build bin ==========
88
FROM --platform=${BUILDPLATFORM} ${GOLANG_IMAGE} AS builder

images/spiderpool-plugins/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2023 Authors of spidernet-io
22
# SPDX-License-Identifier: Apache-2.0
33

4-
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.4@sha256:f60eaa87c79e604967c84d18fd3b151b3ee3f033bcdade4f3494e38411e60963
4+
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.6@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2
55

66
#======= build plugins ==========
77
FROM --platform=${BUILDPLATFORM} ${GOLANG_IMAGE} AS builder

0 commit comments

Comments
 (0)