Skip to content

Commit 21e54ae

Browse files
dependabot[bot]muz-ooh
andauthored
Bump golang.org/x/text from 0.22.0 to 0.23.0 in the all group (#23)
Bumps the all group with 1 update: [golang.org/x/text](https://github.com/golang/text). Updates `golang.org/x/text` from 0.22.0 to 0.23.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/text/commit/566b44fc931e2542778a18423c655ce99b4f1402"><code>566b44f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/text/commit/d5156da34ee45c60eb41ec2ec3a98d885a0c39eb"><code>d5156da</code></a> collate/build: do not use println in tests</li> <li><a href="https://github.com/golang/text/commit/221d88cef7bcfb033ba5c9bcdb542c653a3ffd23"><code>221d88c</code></a> x/text: fix scientific notation by removing extraneous spaces</li> <li><a href="https://github.com/golang/text/commit/b18c10747b869c14ee013a92c21e7e42da50e275"><code>b18c107</code></a> internal/export/unicode: change C comment to mention unassigned code points</li> <li><a href="https://github.com/golang/text/commit/835f8ac434b1ee6d687ff14591a696da59055dd1"><code>835f8ac</code></a> language: use a more straightforward return value</li> <li><a href="https://github.com/golang/text/commit/ae68efb59e4cb5ce58d9f0e6fc159aced193cc05"><code>ae68efb</code></a> internal/export/unicode: add CategoryAliases, Cn, and LC</li> <li><a href="https://github.com/golang/text/commit/518d9c01744991a7d953034165c4f6150a24a76c"><code>518d9c0</code></a> all: upgrade go directive to at least 1.23.0 [generated]</li> <li>See full diff in <a href="https://github.com/golang/text/compare/v0.22.0...v0.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.22.0&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: muz-ooh <mauricio.riquelme@oohmedia.com.au>
1 parent 8b71271 commit 21e54ae

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches:
77
- main
88

9-
env:
10-
GOLANG_VERSION: 1.22
119

1210
jobs:
1311
test-and-scan:
@@ -18,8 +16,9 @@ jobs:
1816

1917
- uses: actions/setup-go@v4
2018
with:
21-
go-version: ${{ env.GOLANG_VERSION }}
22-
19+
go-version-file: go.mod
20+
cache: true
21+
2322
- name: install tools
2423
run: make get-tools
2524

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/code-gorilla-au/pyrotic
22

3-
go 1.22.4
3+
go 1.24.1
44

55
require (
66
github.com/code-gorilla-au/odize v1.3.4
77
github.com/gobuffalo/flect v1.0.3
88
github.com/mattn/go-isatty v0.0.20
99
github.com/spf13/cobra v1.9.1
10-
golang.org/x/text v0.22.0
10+
golang.org/x/text v0.24.0
1111
)
1212

1313
require (
@@ -16,5 +16,5 @@ require (
1616
github.com/joho/godotenv v1.5.1 // indirect
1717
github.com/spf13/pflag v1.0.6 // indirect
1818
github.com/stretchr/testify v1.8.4 // indirect
19-
golang.org/x/sys v0.21.0 // indirect
19+
golang.org/x/sys v0.32.0 // indirect
2020
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
3030
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
3131
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
3232
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
33-
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
34-
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
35-
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
36-
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
33+
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
34+
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
35+
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
36+
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
3737
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
3838
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
3939
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)