Skip to content

Commit 6949357

Browse files
authored
[#157]: chore: update RR 2024 template
2 parents fb29c8c + e2e1938 commit 6949357

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

builder/templates/templateV2024.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package templates
33
const GoModTemplateV2024 string = `
44
module github.com/roadrunner-server/roadrunner/{{.ModuleVersion}}
55
6-
go 1.21
6+
go 1.22
77
8-
toolchain go1.21.5
8+
toolchain go1.22.3
99
1010
require (
1111
github.com/buger/goterm v1.0.4

velox_rr_v2024.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build_args = [
66
]
77

88
[roadrunner]
9-
ref = "v2024.1.0"
9+
ref = "v2024.1.2"
1010

1111
[github]
1212
[github.token]

0 commit comments

Comments
 (0)