Skip to content

Commit 59081e0

Browse files
authored
Merge pull request #152 from crazy-max/go-1.25
dockerfile: update go to 1.25
2 parents 678e111 + 4defbc9 commit 59081e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
-
6161
uses: actions/setup-go@v6
6262
with:
63-
go-version: "1.24"
63+
go-version: "1.25"
6464
-
6565
name: Set up Docker Buildx
6666
uses: docker/setup-buildx-action@v3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG GO_VERSION="1.24"
17+
ARG GO_VERSION="1.25"
1818
ARG ALPINE_VERSION="3.22"
1919
ARG XX_VERSION="1.6.1"
2020

hack/dockerfiles/vendor.Dockerfile

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

1717
# upstream at https://github.com/moby/buildkit/blob/master/hack/dockerfiles/vendor.Dockerfile
1818

19-
ARG GO_VERSION="1.24"
19+
ARG GO_VERSION="1.25"
2020
ARG ALPINE_VERSION="3.22"
2121

2222
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base

0 commit comments

Comments
 (0)