File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141 - name : Set up Go
4242 uses : actions/setup-go@v6
4343 with :
44- go-version : " 1.25 .x"
44+ go-version : " 1.26 .x"
4545 cache : false
4646 - name : Install gitlint
4747 run : |
6363 # 'make lint-go'.
6464 uses : golangci/golangci-lint-action@v9
6565 with :
66- version : v2.6.2
66+ version : v2.10.1
6767 # Always run this step so that all linting errors can be seen at once.
6868 if : always()
6969 - name : Ensure a clean code checkout
Original file line number Diff line number Diff line change 2929 - name : Set up Go
3030 uses : actions/setup-go@v6
3131 with :
32- go-version : " 1.25 .x"
32+ go-version : " 1.26 .x"
3333 - name : Cache Go dependencies
3434 uses : actions/cache@v4
3535 with :
Original file line number Diff line number Diff line change 1212 goreleaser :
1313 runs-on : ubuntu-latest
1414 container :
15- image : ghcr.io/goreleaser/goreleaser-cross:v1.25
15+ image : ghcr.io/goreleaser/goreleaser-cross:v1.26
1616 options : --user 1001
1717 steps :
1818 - name : Checkout
@@ -22,13 +22,13 @@ jobs:
2222 - name : Set up Go
2323 uses : actions/setup-go@v6
2424 with :
25- go-version : " 1.25 .x"
25+ go-version : " 1.26 .x"
2626 - name : Install GoReleaser
2727 uses : goreleaser/goreleaser-action@v6
2828 with :
2929 install-only : true
3030 distribution : goreleaser
31- version : 2.13.1
31+ version : 2.13.3
3232 - name : Build and publish the next release
3333 run : |
3434 make release-build
Original file line number Diff line number Diff line change 11module github.com/oasisprotocol/cli
22
3- go 1.25.5
3+ go 1.26.0
44
55replace github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.15-oasis1
66
You can’t perform that action at this time.
0 commit comments