Skip to content

Commit 8657bfd

Browse files
committed
[ci] bump builder image to golang:1.25-bookworm
1 parent 385787d commit 8657bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ esac
7171
// BuilderContainer builds a containers for compiling go binaries.
7272
func (m *ApoxyCli) BuilderContainer(ctx context.Context, src *dagger.Directory) *dagger.Container {
7373
return dag.Container().
74-
From("golang:1.24-bookworm").
74+
From("golang:1.25-bookworm").
7575
WithWorkdir("/").
7676
WithMountedCache("/go/pkg/mod", dag.CacheVolume("go-mod")).
7777
WithEnvVariable("GOMODCACHE", "/go/pkg/mod").

0 commit comments

Comments
 (0)