Skip to content

Commit 13f9b62

Browse files
authored
Merge pull request #267 from crazy-max/go-1.24
update to go 1.24
2 parents 2e0a6f3 + e0b28db commit 13f9b62

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/.benchmark.yml

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

1818
env:
19-
GO_VERSION: 1.23
19+
GO_VERSION: 1.24
2020
SETUP_BUILDX_VERSION: latest
2121
SETUP_BUILDKIT_IMAGE: moby/buildkit:latest
2222
BUILDKIT_CACHE_REPO: moby/buildkit-bench-cache

.github/workflows/.binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
default: 3
3535

3636
env:
37-
GO_VERSION: 1.23
37+
GO_VERSION: 1.24
3838
SETUP_BUILDX_VERSION: latest
3939
SETUP_BUILDKIT_IMAGE: moby/buildkit:latest
4040
BUILDKIT_CACHE_REPO: moby/buildkit-bench-cache

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
pull_request:
1919

2020
env:
21-
GO_VERSION: 1.23
21+
GO_VERSION: 1.24
2222
SETUP_BUILDX_VERSION: latest
2323
SETUP_BUILDKIT_IMAGE: moby/buildkit:latest
2424
BUILDKIT_CACHE_REPO: moby/buildkit-bench-cache

Dockerfile

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

3-
ARG GO_VERSION=1.23
3+
ARG GO_VERSION=1.24
44
ARG ALPINE_VERSION=3.21
55
ARG XX_VERSION=1.6.1
66

go.mod

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

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/alecthomas/kong v1.10.0

hack/dockerfiles/vendor.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.23
3+
ARG GO_VERSION=1.24
44
ARG ALPINE_VERSION=3.21
55

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

0 commit comments

Comments
 (0)