File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1414 SETUP_CONTRACT_IMAGE : " ethersphere/bee-localchain"
1515 SETUP_CONTRACT_IMAGE_TAG : " 0.9.2"
1616 BEELOCAL_BRANCH : " main"
17- BEEKEEPER_BRANCH : " master "
17+ BEEKEEPER_BRANCH : " golang-1.24 "
1818 BEEKEEPER_METRICS_ENABLED : false
1919 REACHABILITY_OVERRIDE_PUBLIC : true
2020 BATCHFACTOR_OVERRIDE_PUBLIC : 2
Original file line number Diff line number Diff line change 7070 uses : golangci/golangci-lint-action@v6
7171 with :
7272 skip-cache : false
73- version : v1.61.0
73+ version : v1.64.5
7474 - name : Whitespace check
7575 run : make check-whitespace
7676 - name : go mod tidy check
8888 cache : false
8989 go-version-file : go.mod
9090 - name : Cache Go Modules
91- uses : actions/cache@v3
91+ uses : actions/cache@v4
9292 with :
9393 path : |
9494 ~/.cache/go-build
9797 - name : Test with code coverage
9898 run : make cover=1 test-ci
9999 - name : Upload coverage to Codecov
100- uses : codecov/codecov-action@v3
100+ uses : codecov/codecov-action@v5
101101 with :
102102 token : ${{ secrets.CODECOV_TOKEN }}
103103 fail_ci_if_error : true
Original file line number Diff line number Diff line change 11GO ?= go
22GOBIN ?= $$($(GO ) env GOPATH) /bin
33GOLANGCI_LINT ?= $(GOBIN ) /golangci-lint
4- GOLANGCI_LINT_VERSION ?= v1.61.0
4+ GOLANGCI_LINT_VERSION ?= v1.64.5
55GOGOPROTOBUF ?= protoc-gen-gogofaster
66GOGOPROTOBUF_VERSION ?= v1.3.1
77BEEKEEPER_INSTALL_DIR ?= $(GOBIN )
Original file line number Diff line number Diff line change 11module github.com/ethersphere/bee/v2
22
3- go 1.23
4-
5- toolchain go1.23.0
3+ go 1.24
64
75require (
86 contrib.go.opencensus.io/exporter/prometheus v0.4.2
You can’t perform that action at this time.
0 commit comments