Skip to content

Commit

Permalink
hof/deps: update go version in dagger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Aug 17, 2024
1 parent 474749a commit 84d3633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dagger/hof.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Runtime struct {
Client *dagger.Client
}

var goVer = "golang:1.21"
var goVer = "golang:1.23"

func (R *Runtime) GolangImage(platform string) (*dagger.Container) {
c := R.Client.
Expand Down

0 comments on commit 84d3633

Please sign in to comment.