Skip to content

Commit a2b0b0d

Browse files
authored
Task upgrade x net (#2399)
* task: upgrading x/text * go back to 1.21 * task: updating x/text and go to 1.23 * task: moving to 1.23 * using main version of the workflows
1 parent d6a025e commit a2b0b0d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/standard-go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Standard Test
22

33
on:
44
push:
5-
branches: [ main v1 ]
5+
branches: [main v1]
66
pull_request:
77

88
jobs:
99
call-standard-test:
1010
name: Test
11-
uses: gobuffalo/.github/.github/workflows/go-test.yml@v1
11+
uses: gobuffalo/.github/.github/workflows/go-test.yml@main
1212
secrets: inherit

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gobuffalo/buffalo
22

3-
go 1.21
3+
go 1.23.0
44

55
require (
66
github.com/BurntSushi/toml v1.2.1
@@ -26,7 +26,7 @@ require (
2626
github.com/sirupsen/logrus v1.9.0
2727
github.com/spf13/cobra v1.6.1
2828
github.com/stretchr/testify v1.9.0
29-
golang.org/x/text v0.6.0
29+
golang.org/x/text v0.25.0
3030
)
3131

3232
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ golang.org/x/term v0.0.0-20220722155259-a9ba230a4035/go.mod h1:jbD1KX2456YbFQfuX
138138
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
139139
golang.org/x/text v0.6.0 h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=
140140
golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
141+
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
142+
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
141143
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
142144
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
143145
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)