File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 0
2626 - name : Setup Go
27- uses : actions/setup-go@v4
27+ uses : actions/setup-go@v5
2828 with :
2929 go-version : ^1.22
3030 - name : Build
3939 with :
4040 fetch-depth : 0
4141 - name : Setup Go
42- uses : actions/setup-go@v4
42+ uses : actions/setup-go@v5
4343 with :
4444 go-version : ~1.20
4545 continue-on-error : true
5555 with :
5656 fetch-depth : 0
5757 - name : Setup Go
58- uses : actions/setup-go@v4
58+ uses : actions/setup-go@v5
5959 with :
6060 go-version : ~1.21
6161 continue-on-error : true
7171 with :
7272 fetch-depth : 0
7373 - name : Setup Go
74- uses : actions/setup-go@v4
74+ uses : actions/setup-go@v5
7575 with :
7676 go-version : ^1.22
7777 continue-on-error : true
8787 with :
8888 fetch-depth : 0
8989 - name : Setup Go
90- uses : actions/setup-go@v4
90+ uses : actions/setup-go@v5
9191 with :
9292 go-version : ^1.22
9393 continue-on-error : true
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ jobs:
2424 with :
2525 fetch-depth : 0
2626 - name : Setup Go
27- uses : actions/setup-go@v4
27+ uses : actions/setup-go@v5
2828 with :
2929 go-version : ^1.22
3030 - name : Cache go module
31- uses : actions/cache@v3
31+ uses : actions/cache@v4
3232 with :
3333 path : |
3434 ~/go/pkg/mod
3535 key : go-${{ hashFiles('**/go.sum') }}
3636 - name : golangci-lint
37- uses : golangci/golangci-lint-action@v3
37+ uses : golangci/golangci-lint-action@v6
3838 with :
3939 version : latest
You can’t perform that action at this time.
0 commit comments