Skip to content

Commit

Permalink
Merge pull request #83 from puzzle/renovate/go-1.x
Browse files Browse the repository at this point in the history
Update dependency go to v1.22.0
  • Loading branch information
ioboi authored Feb 7, 2024
2 parents f4cffd7 + cf5b35a commit efe09dd
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 283 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.21.6").
From("golang:1.22.0").
WithMountedCache("/go/src", goMod).
WithMountedCache("/root/.cache/go-build", goChache)

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

go 1.21.6
go 1.22.0

require (
github.com/pkg/errors v0.9.1
Expand Down Expand Up @@ -87,7 +87,6 @@ require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/argoproj/gitops-engine v0.7.1-0.20230906152414-b0fffe419a0f // indirect
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e // indirect
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
Expand Down Expand Up @@ -121,7 +120,6 @@ require (
github.com/google/btree v1.1.2 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-github/v45 v45.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Expand Down
Loading

0 comments on commit efe09dd

Please sign in to comment.