File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 working-directory :
1414 - " "
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : golangci-lint
1818 uses : golangci/golangci-lint-action@v6
1919 with :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout code
10- uses : actions/checkout@v5
10+ uses : actions/checkout@v6
1111 - name : build image
1212 shell : bash
1313 env :
Original file line number Diff line number Diff line change 1414 with :
1515 go-version : ${{ matrix.go-version }}
1616 - name : Checkout code
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Test
1919 run : make test
2020 - name : Build
3131 uses : actions/setup-go@v6
3232 with :
3333 go-version : ${{ matrix.go-version }}
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - name : verify
3636 run : make verify
You can’t perform that action at this time.
0 commit comments