Skip to content

Commit

Permalink
go version 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darcys22 committed Oct 30, 2022
1 parent c7841bf commit b695e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var (
// This is the version of go that will be downloaded by
//
// go run ci.go install -dlgo
dlgoVersion = "1.19"
dlgoVersion = "1.19.2"
)

var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))
Expand Down

0 comments on commit b695e7a

Please sign in to comment.