File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - name : Set up Go 1.x
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : ~1.21
17+ go-version : ~1.23
1818 id : go
1919 - name : Check out code into the Go module directory
2020 uses : actions/checkout@v4
2828 - uses : actions/checkout@v4
2929 - uses : actions/setup-go@v5
3030 with :
31- go-version : ~1.21
31+ go-version : ~1.23
3232 - name : golangci-lint
3333 uses : golangci/golangci-lint-action@v6
3434 with :
Original file line number Diff line number Diff line change 1313 - name : Install Go
1414 uses : actions/setup-go@v5
1515 with :
16- go-version : ~1.21
16+ go-version : ~1.23
1717
1818 - name : Create release
1919 id : goreleaser
Original file line number Diff line number Diff line change 11module github.com/enapter/enapter-cli
22
3- go 1.21
3+ go 1.23.0
4+
45
56require (
67 github.com/gorilla/websocket v1.5.3
You can’t perform that action at this time.
0 commit comments