Skip to content

Commit

Permalink
Merge pull request #95 from puzzle/renovate/go-1.x
Browse files Browse the repository at this point in the history
Update dependency go to v1.22.2
  • Loading branch information
ioboi committed Apr 8, 2024
2 parents 6adba31 + f0f0bf6 commit ff4a44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func createGoBase(daggerClient *dagger.Client) *dagger.Container {
goChache := daggerClient.CacheVolume("go-cache")

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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/puzzle/goff

go 1.22.0
go 1.22.2

require (
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit ff4a44e

Please sign in to comment.