Skip to content

Commit f0f0bf6

Browse files
committed
Use golang:1.22 as a base image
1 parent a1365c6 commit f0f0bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func createGoBase(daggerClient *dagger.Client) *dagger.Container {
9898
goChache := daggerClient.CacheVolume("go-cache")
9999

100100
base := daggerClient.Container(dagger.ContainerOpts{Platform: "linux/amd64"}).
101-
From("golang:1.22.0").
101+
From("golang:1.22").
102102
WithMountedCache("/go/src", goMod).
103103
WithMountedCache("/root/.cache/go-build", goChache)
104104

0 commit comments

Comments
 (0)