File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@v5
24- - uses : actions/setup-go@v5
24+ - uses : actions/setup-go@v6
2525 with :
2626 go-version : ${{ matrix.go }}
2727
4040 steps :
4141 - uses : actions/checkout@v5
4242 - name : Setup Go ${{ matrix.go-version }}
43- uses : actions/setup-go@v5
43+ uses : actions/setup-go@v6
4444 with :
4545 go-version : ${{ matrix.go-version }}
4646
6060 steps :
6161 - uses : actions/checkout@v5
6262 - name : Setup Go ${{ matrix.go-version }}
63- uses : actions/setup-go@v5
63+ uses : actions/setup-go@v6
6464 with :
6565 go-version : ${{ matrix.go-version }}
6666
7979 steps :
8080 - uses : actions/checkout@v5
8181 - name : Setup Go ${{ matrix.go-version }}
82- uses : actions/setup-go@v5
82+ uses : actions/setup-go@v6
8383 with :
8484 go-version : ${{ matrix.go-version }}
8585
You can’t perform that action at this time.
0 commit comments