Skip to content

Commit

Permalink
Update templateV2023.go
Browse files Browse the repository at this point in the history
use go1.21 since add RR deps now require it
  • Loading branch information
rustatian authored Aug 27, 2023
1 parent 7010b7c commit b4be957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/templates/templateV2023.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package templates
const GoModTemplateV2023 string = `
module github.com/roadrunner-server/roadrunner/{{.ModuleVersion}}
go 1.20
go 1.21
require (
github.com/buger/goterm v1.0.4
Expand Down

0 comments on commit b4be957

Please sign in to comment.