File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup Go
2020 uses : actions/setup-go@v5
2121 with :
22- go-version : 1.21.6
22+ go-version-file : ./go.mod
2323 - name : Install Pkger
2424 run : go install --mod=readonly github.com/markbates/pkger/cmd/pkger
2525 - name : Build
3737 - name : Setup Go
3838 uses : actions/setup-go@v5
3939 with :
40- go-version : 1.21.6
40+ go-version-file : ./go.mod
4141 - name : Test
4242 run : go test ./...
4343
5151 - name : Setup Go
5252 uses : actions/setup-go@v5
5353 with :
54- go-version : 1.21.6
54+ go-version-file : ./go.mod
5555 - name : Build
5656 run : go build
5757 - name : Test
6868 - name : Setup Go
6969 uses : actions/setup-go@v5
7070 with :
71- go-version : 1.21.6
71+ go-version-file : ./go.mod
7272 - name : Check Modules
7373 run : |
7474 go mod tidy
9090 - name : Setup Go
9191 uses : actions/setup-go@v5
9292 with :
93- go-version : 1.21.6
93+ go-version-file : ./go.mod
9494 - name : Setup licensedci
9595 uses : jonabc/setup-licensed@v1
9696 with :
Original file line number Diff line number Diff line change 1717 - name : Setup Go
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : 1.21.6
20+ go-version-file : ./go.mod
2121 - name : Install Pkger
2222 run : go install --mod=readonly github.com/markbates/pkger/cmd/pkger
2323 - name : Release
Original file line number Diff line number Diff line change 11module github.com/github/codeql-action-sync
22
3- go 1.21
4-
5- toolchain go1.23.4
3+ go 1.24.0
64
75require (
86 github.com/go-git/go-git/v5 v5.13.2
You can’t perform that action at this time.
0 commit comments