File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 # NOTE: Keep this in sync with the version from go.mod
2929 go-version : " 1.23.x"
Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v5
3232
33- - uses : actions/setup-go@v5
33+ - uses : actions/setup-go@v6
3434 with :
3535 # NOTE: Keep this in sync with the version from go.mod
3636 go-version : " 1.23.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.24.x"
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v5
2727
2828 - name : Install Go
29- uses : actions/setup-go@v5
29+ uses : actions/setup-go@v6
3030 with :
3131 go-version : ${{ matrix.go-version }}
3232
You can’t perform that action at this time.
0 commit comments