File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Set up Go
2828 uses : actions/setup-go@v5
2929 with :
30- go-version : stable
30+ go-version-file : go.mod
3131 # More assembly might be required: Docker logins, GPG, etc.
3232 # It all depends on your needs.
3333 - name : Run GoReleaser
Original file line number Diff line number Diff line change 11module github.com/alt-dima/tofugu
22
3- go 1.24.4
3+ go 1.25.0
44
55require (
66 github.com/spf13/cobra v1.10.1
@@ -19,6 +19,6 @@ require (
1919 github.com/spf13/pflag v1.0.10 // indirect
2020 github.com/subosito/gotenv v1.6.0 // indirect
2121 go.yaml.in/yaml/v3 v3.0.4 // indirect
22- golang.org/x/sys v0.29 .0 // indirect
22+ golang.org/x/sys v0.34 .0 // indirect
2323 golang.org/x/text v0.28.0 // indirect
2424)
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
4343github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
4444go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
4545go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
46- golang.org/x/sys v0.29 .0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
47- golang.org/x/sys v0.29 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
46+ golang.org/x/sys v0.34 .0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
47+ golang.org/x/sys v0.34 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
4848golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng =
4949golang.org/x/text v0.28.0 /go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU =
5050gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments