File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Lint
2929 uses : golangci/golangci-lint-action@v9
3030 with :
31- version : v2.10.1
31+ version : v2.11.3
3232 args : --timeout 10m
33- skip-cache : false
33+ skip-cache : true
3434 - name : Vet
3535 run : make vet
3636 - name : Whitespace check
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Beekeeper consumes Bee as a library (`github.com/ethersphere/bee/v2` in `go.mod`
1717``` bash
1818make binary # build ./dist/beekeeper (CGO disabled, version stamped via -ldflags)
1919make test # unit tests: go test -v ./pkg/...
20- make lint # golangci-lint (pinned v2.10.1 ; auto-installs if missing)
20+ make lint # golangci-lint (pinned v2.11.3 ; auto-installs if missing)
2121```
2222
2323Run a single test: ` go test -run TestName ./pkg/<package>/... ` (add ` -race ` to mirror CI).
Original file line number Diff line number Diff line change 11GO ?= go
22GOLANGCI_LINT ?= golangci-lint
3- GOLANGCI_LINT_VERSION ?= v2.10.1
3+ GOLANGCI_LINT_VERSION ?= v2.11.3
44COMMIT ?= "$(shell git describe --long --dirty --always --match "" || true) "
55VERSION ?= "$(shell git describe --tags --abbrev=0 | cut -c2-) "
66LDFLAGS ?= -s -w \
You can’t perform that action at this time.
0 commit comments