chore(deps): update Go version from 1.24.4 to 1.24.6 (#61)

* chore(deps): update Go version from 1.24.4 to 1.24.6

* chore: update go.mod and go.sum

* fix: update go.mod

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* chore: go mod tidy

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
2025-09-20 22:24:03 +03:00
committed by GitHub
parent 4ec523f1ca
commit 58defe92df
3 changed files with 6 additions and 23 deletions

5
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/ivuorinen/gh-action-readme
go 1.24.4
go 1.24.0
toolchain go1.24.6
require (
github.com/adrg/xdg v0.5.3
@@ -34,5 +36,4 @@ require (
golang.org/x/sys v0.34.0 // indirect
golang.org/x/term v0.33.0 // indirect
golang.org/x/text v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)