File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - name : set up Go
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version : ${{ matrix.go-version }}
2222 - name : check out code into the Go module directory
3333 needs : build
3434 steps :
3535 - name : set up Go
36- uses : actions/setup-go@v5
36+ uses : actions/setup-go@v6
3737 with :
3838 go-version : 1.24.x
3939 - name : check out code into the Go module directory
6060 name : coverage
6161 steps :
6262 - name : Set up Go
63- uses : actions/setup-go@v5
63+ uses : actions/setup-go@v6
6464 with :
6565 go-version : 1.24.x
6666 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-24.04
77 steps :
88 - name : set up Go
9- uses : actions/setup-go@v5
9+ uses : actions/setup-go@v6
1010 with :
1111 go-version : 1.24.x
1212 - name : checkout PR
You can’t perform that action at this time.
0 commit comments