Skip to content

Commit ff4a44e

Browse files
authored
Merge pull request #95 from puzzle/renovate/go-1.x
Update dependency go to v1.22.2
2 parents 6adba31 + f0f0bf6 commit ff4a44e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

go.mod

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

3-
go 1.22.0
3+
go 1.22.2
44

55
require (
66
github.com/pkg/errors v0.9.1

0 commit comments

Comments
 (0)