File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3737 fetch-depth : 21
3838
3939 - name : Set up Go ${{ matrix.go }}
40- uses : actions/setup-go@v5
40+ uses : actions/setup-go@v6
4141 with :
4242 go-version : ${{ matrix.go }}
4343
Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v5
2828
2929 - name : Set up Go version in go.mod file
30- uses : actions/setup-go@v5
30+ uses : actions/setup-go@v6
3131 with :
3232 go-version-file : ${{ github.workspace }}/go.mod
3333 cache-dependency-path : |
Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v5
3939
4040 - name : Set up Go version in go.mod file
41- uses : actions/setup-go@v5
41+ uses : actions/setup-go@v6
4242 with :
4343 go-version-file : ${{ github.workspace }}/go.mod
4444 cache-dependency-path : |
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v5
2525
2626 - name : Set up Go version in go.mod file
27- uses : actions/setup-go@v5
27+ uses : actions/setup-go@v6
2828 with :
2929 go-version-file : ${{ github.workspace }}/go.mod
3030 cache-dependency-path : |
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v5
2929
3030 - name : Set up Go version in go.mod file
31- uses : actions/setup-go@v5
31+ uses : actions/setup-go@v6
3232 with :
3333 go-version-file : ${{ github.workspace }}/go.mod
3434 cache-dependency-path : |
Original file line number Diff line number Diff line change 3737 lfs_enabled : ' true'
3838
3939 - name : Set up Go version in go.mod file
40- uses : actions/setup-go@v5
40+ uses : actions/setup-go@v6
4141 with :
4242 go-version-file : ${{ github.workspace }}/go.mod
4343 cache-dependency-path : |
Original file line number Diff line number Diff line change 2727 lfs_enabled : ' true'
2828
2929 - name : Set up Go version in go.mod file
30- uses : actions/setup-go@v5
30+ uses : actions/setup-go@v6
3131 with :
3232 go-version-file : ${{ github.workspace }}/go.mod
3333 cache-dependency-path : |
7979 uses : actions/checkout@v5
8080
8181 - name : Set up Go version in go.mod file
82- uses : actions/setup-go@v5
82+ uses : actions/setup-go@v6
8383 with :
8484 go-version-file : ${{ github.workspace }}/go.mod
8585 cache-dependency-path : |
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v5
2727
2828 - name : Set up Go version in go.mod file
29- uses : actions/setup-go@v5
29+ uses : actions/setup-go@v6
3030 with :
3131 go-version-file : ${{ github.workspace }}/go.mod
3232 cache-dependency-path : |
Original file line number Diff line number Diff line change 4343 lfs_enabled : ' true'
4444
4545 - name : Set up Go version in go.mod file
46- uses : actions/setup-go@v5
46+ uses : actions/setup-go@v6
4747 with :
4848 go-version-file : ${{ github.workspace }}/go.mod
4949 cache-dependency-path : |
Original file line number Diff line number Diff line change 3232 uses : actions/checkout@v5
3333
3434 - name : Set up Go version in go.mod file
35- uses : actions/setup-go@v5
35+ uses : actions/setup-go@v6
3636 with :
3737 go-version-file : ${{ github.workspace }}/go.mod
3838 cache-dependency-path : |
7979 uses : actions/checkout@v5
8080
8181 - name : Set up Go version in go.mod file
82- uses : actions/setup-go@v5
82+ uses : actions/setup-go@v6
8383 with :
8484 go-version-file : ${{ github.workspace }}/go.mod
8585 cache-dependency-path : |
@@ -132,7 +132,7 @@ jobs:
132132 lfs_enabled : ' true'
133133
134134 - name : Set up Go version in go.mod file
135- uses : actions/setup-go@v5
135+ uses : actions/setup-go@v6
136136 with :
137137 go-version-file : ${{ github.workspace }}/go.mod
138138 cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments