File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v5
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v5
20+ uses : actions/setup-go@v6
2121 with :
2222 go-version-file : ' go.mod'
2323 cache : true
Original file line number Diff line number Diff line change 1818 cancel-in-progress : true
1919 steps :
2020 - uses : actions/checkout@v5
21- - uses : actions/setup-go@v5
21+ - uses : actions/setup-go@v6
2222 with :
2323 go-version-file : ' go.mod'
2424 - name : golangci-lint
Original file line number Diff line number Diff line change 11module github.com/kashifkhan0771/utils
22
3- go 1.24
3+ go 1.24.0
44
55toolchain go1.24.6
66
@@ -9,7 +9,7 @@ require (
99 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
1010 golang.org/x/image v0.30.0
1111 golang.org/x/net v0.43.0
12- golang.org/x/text v0.28 .0
12+ golang.org/x/text v0.29 .0
1313)
1414
1515require github.com/rivo/uniseg v0.4.7 // indirect
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ golang.org/x/image v0.30.0 h1:jD5RhkmVAnjqaCUXfbGBrn3lpxbknfN9w2UhHHU+5B4=
88golang.org/x/image v0.30.0 /go.mod h1:SAEUTxCCMWSrJcCy/4HwavEsfZZJlYxeHLc6tTiAe/c =
99golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE =
1010golang.org/x/net v0.43.0 /go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg =
11- golang.org/x/text v0.28 .0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng =
12- golang.org/x/text v0.28 .0 /go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU =
11+ golang.org/x/text v0.29 .0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk =
12+ golang.org/x/text v0.29 .0 /go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4 =
You can’t perform that action at this time.
0 commit comments