File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 version : 1.25.x
2424 goarch : [amd64, 386]
2525 steps :
26- - uses : actions/checkout@v6
26+ - uses : actions/checkout@v7
2727 - uses : actions/setup-go@v6
2828 with :
2929 go-version : ${{ matrix.go-version.version }}
@@ -33,15 +33,15 @@ jobs:
3333 benchmarks :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@v7
3737 - uses : actions/setup-go@v6
3838 with :
3939 go-version : 1.26.x
4040 - run : make benchmarks
4141 lint :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v6
44+ - uses : actions/checkout@v7
4545 - uses : actions/setup-go@v6
4646 with :
4747 go-version : 1.26.x
Original file line number Diff line number Diff line change 2929 run : |
3030 git config --global core.autocrlf false
3131 git config --global core.eol lf
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 with :
3434 fetch-depth : 1
3535 - uses : actions/setup-go@v6
You can’t perform that action at this time.
0 commit comments