File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 fetch-depth : 0 # to be able to retrieve the last commit in main
2929
3030 - name : Install Go
31- uses : actions/setup-go@v5
31+ uses : actions/setup-go@v6
3232 with :
3333 # NOTE: Keep this in sync with the version from go.mod
3434 go-version : " 1.25.x"
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v5
2828
29- - uses : actions/setup-go@v5
29+ - uses : actions/setup-go@v6
3030 with :
3131 # NOTE: Keep this in sync with the version from go.mod
3232 go-version : " 1.25.x"
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626
27- - uses : actions/setup-go@v5
27+ - uses : actions/setup-go@v6
2828 with :
2929 # NOTE: Keep this in sync with the version from go.mod
3030 go-version : " 1.25.x"
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v5
2424
2525 - name : Install Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@v6
2727 with :
2828 go-version : ${{ matrix.go-version }}
2929
4646 uses : actions/checkout@v5
4747
4848 - name : Install Go
49- uses : actions/setup-go@v5
49+ uses : actions/setup-go@v6
5050 with :
5151 go-version : stable
5252
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v5
2222
2323 - name : Install Go
24- uses : actions/setup-go@v5
24+ uses : actions/setup-go@v6
2525 with :
2626 go-version : " stable"
2727 check-latest : true
You can’t perform that action at this time.
0 commit comments