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.
2 parents 6adba31 + f0f0bf6 commit ff4a44eCopy full SHA for ff4a44e
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
go.mod
@@ -1,6 +1,6 @@
1
module github.com/puzzle/goff
2
3
-go 1.22.0
+go 1.22.2
4
5
require (
6
github.com/pkg/errors v0.9.1
0 commit comments