We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
golang:1.22
1 parent a1365c6 commit f0f0bf6Copy full SHA for f0f0bf6
ci/main.go
@@ -98,7 +98,7 @@ func createGoBase(daggerClient *dagger.Client) *dagger.Container {
98
goChache := daggerClient.CacheVolume("go-cache")
99
100
base := daggerClient.Container(dagger.ContainerOpts{Platform: "linux/amd64"}).
101
- From("golang:1.22.0").
+ From("golang:1.22").
102
WithMountedCache("/go/src", goMod).
103
WithMountedCache("/root/.cache/go-build", goChache)
104
0 commit comments