File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323
2424 - name : Setup Go ${{ matrix.go-version }}
25- uses : actions/setup-go@v4
25+ uses : actions/setup-go@v5
2626 with :
2727 go-version : ${{ matrix.go-version }}
2828 cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323
2424 - name : Setup Go ${{ matrix.go-version }}
25- uses : actions/setup-go@v4
25+ uses : actions/setup-go@v5
2626 with :
2727 go-version : ${{ matrix.go-version }}
2828 cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Setup Go
20- uses : actions/setup-go@v4
20+ uses : actions/setup-go@v5
2121 with :
2222 go-version : 1.21.x
2323 cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Setup Go
20- uses : actions/setup-go@v4
20+ uses : actions/setup-go@v5
2121 with :
2222 go-version : 1.21.x
2323 cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323
2424 - name : Setup Go ${{ matrix.go-version }}
25- uses : actions/setup-go@v4
25+ uses : actions/setup-go@v5
2626 with :
2727 go-version : ${{ matrix.go-version }}
2828 cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 7272 uses : actions/checkout@v4
7373
7474 - name : Setup Go ${{ matrix.go-version }}
75- uses : actions/setup-go@v4
75+ uses : actions/setup-go@v5
7676 with :
7777 go-version : ${{ matrix.go-version }}
7878 cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323
2424 - name : Setup Go ${{ matrix.go-version }}
25- uses : actions/setup-go@v4
25+ uses : actions/setup-go@v5
2626 with :
2727 go-version : ${{ matrix.go-version }}
2828 cache-dependency-path : v2/go.sum
Original file line number Diff line number Diff line change 1313 next : ${{ steps.ggsv.outputs.next}}
1414 steps :
1515 - name : Setup Go
16- uses : actions/setup-go@v4
16+ uses : actions/setup-go@v5
1717 with :
1818 go-version : 1.21.x
1919 cache-dependency-path : v2/go.sum
5757 uses : actions/checkout@v4
5858
5959 - name : Set up Go
60- uses : actions/setup-go@v4
60+ uses : actions/setup-go@v5
6161 with :
6262 go-version : 1.21.x
6363 cache-dependency-path : v2/go.sum
8888 VERSION : ${{ needs.semver.outputs.next }}
8989 steps :
9090 - name : Set up Go
91- uses : actions/setup-go@v4
91+ uses : actions/setup-go@v5
9292 with :
9393 go-version : 1.21.x
9494 cache-dependency-path : v2/go.sum
You can’t perform that action at this time.
0 commit comments