File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup Go
2222 uses : actions/setup-go@v6
2323 with :
24- go-version : ' 1.25 '
24+ go-version-file : ' go.mod '
2525
2626 - name : Install Mage
2727 run : go install github.com/magefile/mage@latest
5252 - name : Setup Go
5353 uses : actions/setup-go@v6
5454 with :
55- go-version : ' 1.25 '
55+ go-version-file : ' go.mod '
5656
5757 - name : Install Mage
5858 run : go install github.com/magefile/mage@latest
7171 - name : Setup Go
7272 uses : actions/setup-go@v6
7373 with :
74- go-version : ' 1.25 '
74+ go-version-file : ' go.mod '
7575
7676 - name : Install Mage
7777 run : go install github.com/magefile/mage@latest
Original file line number Diff line number Diff line change 11module github.com/contriboss/rubygems-client-go
22
3- go 1.25.1
3+ go 1.25
44
55require github.com/magefile/mage v1.15.0
You can’t perform that action at this time.
0 commit comments