File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626 - name : Setup Go
3434 ~/go/pkg/mod
3535 key : go-${{ hashFiles('**/go.sum') }}
3636 - name : golangci-lint
37- uses : golangci/golangci-lint-action@v6
37+ uses : golangci/golangci-lint-action@v8
3838 with :
3939 version : latest
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626 - name : Setup Go
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141 - name : Setup Go
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 fetch-depth : 0
5757 - name : Setup Go
6767 runs-on : ubuntu-latest
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v5
7171 with :
7272 fetch-depth : 0
7373 - name : Setup Go
8383 runs-on : windows-latest
8484 steps :
8585 - name : Checkout
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v5
8787 with :
8888 fetch-depth : 0
8989 - name : Setup Go
9999 runs-on : macos-latest
100100 steps :
101101 - name : Checkout
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v5
103103 with :
104104 fetch-depth : 0
105105 - name : Setup Go
You can’t perform that action at this time.
0 commit comments