File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626 - name : Setup Go
2727 uses : actions/setup-go@v5
2828 with :
29- go-version : ' 1.25.0-rc.1 '
29+ go-version : ' 1.25.0'
3030 check-latest : true
3131
3232 # - name: Install C library dependencies on Ubuntu
5959 - name : Setup Go
6060 uses : actions/setup-go@v5
6161 with :
62- go-version : ' 1.25.0-rc.1 '
62+ go-version : ' 1.25.0'
6363 check-latest : true
6464
6565 - name : Install dependencies
Original file line number Diff line number Diff line change 11module github.com/ddkwork/golibrary
22
3- go 1.25rc1
3+ go 1.25
44
55require (
66 github.com/google/go-cmp v0.7.0
7- golang.org/x/mod v0.26 .0
8- golang.org/x/text v0.27 .0
7+ golang.org/x/mod v0.27 .0
8+ golang.org/x/text v0.28 .0
99)
Original file line number Diff line number Diff line change 11github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
22github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
3- golang.org/x/mod v0.26 .0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg =
4- golang.org/x/mod v0.26 .0 /go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ =
5- golang.org/x/text v0.27 .0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4 =
6- golang.org/x/text v0.27 .0 /go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU =
3+ golang.org/x/mod v0.27 .0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ =
4+ golang.org/x/mod v0.27 .0 /go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc =
5+ golang.org/x/text v0.28 .0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng =
6+ golang.org/x/text v0.28 .0 /go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU =
You can’t perform that action at this time.
0 commit comments