File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - run : git fetch --force --tags
21- - uses : actions/setup-go@v5.5 .0
21+ - uses : actions/setup-go@v6.0 .0
2222 with :
2323 go-version : ' 1.24'
2424 - uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : actions/setup-go@v5.5 .0
16+ - uses : actions/setup-go@v6.0 .0
1717 with :
1818 go-version : ' 1.24'
1919 - uses : golangci/golangci-lint-action@v8
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v4
27- - uses : actions/setup-go@v5.5 .0
27+ - uses : actions/setup-go@v6.0 .0
2828 with :
2929 go-version : ' 1.24'
3030 - run : go test -v ./...
3838 - name : Checkout
3939 uses : actions/checkout@v4
4040 - name : Setup Go
41- uses : actions/setup-go@v5.5 .0
41+ uses : actions/setup-go@v6.0 .0
4242 with :
4343 go-version : ' 1.24'
4444 - uses : goreleaser/goreleaser-action@v6
5353 - name : Checkout
5454 uses : actions/checkout@v4
5555 - name : Setup Go
56- uses : actions/setup-go@v5.5 .0
56+ uses : actions/setup-go@v6.0 .0
5757 with :
5858 go-version : ' 1.24'
5959 - name : Build WASM
6969 with :
7070 node-version : ' 20'
7171 - name : Setup Go
72- uses : actions/setup-go@v5.5 .0
72+ uses : actions/setup-go@v6.0 .0
7373 with :
7474 go-version : ' 1.24'
7575 - name : Build WASM
Original file line number Diff line number Diff line change 2424 - name : Checkout
2525 uses : actions/checkout@v4
2626 - name : Setup Go
27- uses : actions/setup-go@v5.5 .0
27+ uses : actions/setup-go@v6.0 .0
2828 with :
2929 go-version : ' 1.22'
3030 - name : Build WASM
You can’t perform that action at this time.
0 commit comments