Skip to content

Commit 931cdf8

Browse files
committed
chore: bump toolchain in go.mod
1 parent 3a252e2 commit 931cdf8

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.841
1+
0.3.847
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
module templ/testproject
22

3-
go 1.23
3+
go 1.23.0
44

5-
require github.com/a-h/templ v0.2.513 // indirect
5+
toolchain go1.23.6
6+
7+
require github.com/a-h/templ v0.3.847 // indirect
68

79
replace github.com/a-h/templ => {moduleRoot}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
github.com/a-h/templ v0.3.833 h1:L/KOk/0VvVTBegtE0fp2RJQiBm7/52Zxv5fqlEHiQUU=
2+
github.com/a-h/templ v0.3.833/go.mod h1:cAu4AiZhtJfBjMY0HASlyzvkrtjnHWPeEsyGK2YYmfk=
13
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
24
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
module templ/testproject
22

3-
go 1.23
3+
go 1.23.0
44

5-
require github.com/a-h/templ v0.2.513 // indirect
5+
toolchain go1.23.6
6+
7+
require github.com/a-h/templ v0.3.847 // indirect
68

79
replace github.com/a-h/templ => {moduleRoot}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
github.com/a-h/templ v0.3.833 h1:L/KOk/0VvVTBegtE0fp2RJQiBm7/52Zxv5fqlEHiQUU=
2+
github.com/a-h/templ v0.3.833/go.mod h1:cAu4AiZhtJfBjMY0HASlyzvkrtjnHWPeEsyGK2YYmfk=
13
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
24
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=

examples/counter-basic/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/a-h/templ/examples/counter-basic
22

3-
go 1.23
3+
go 1.23.0
44

5-
toolchain go1.23.3
5+
toolchain go1.23.6
66

77
require github.com/a-h/templ v0.2.233
88

0 commit comments

Comments
 (0)