File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 # Require: The version of golangci-lint to use.
4545 # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
4646 # When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
47- version : v1.64.5
47+ version : v2.12.2
4848 args : --timeout=10m
4949
5050 # Optional: working directory, useful for monorepos
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ GOPATH=$(shell go env GOPATH)
22VERSION =$(shell make -s version)
33PYTHON? =python3
44BINPATH? =$(GOPATH ) /bin
5- GOLANGCI_LINT_VERSION =v2.0 .2 # version supporting go 1.24
5+ GOLANGCI_LINT_VERSION =v2.12 .2 # version supporting go 1.25
66COVERAGE_DIR?=$(shell mktemp -d)
77GOOS =$(shell go env GOHOSTOS)
88GOARCH =$(shell go env GOHOSTARCH)
Original file line number Diff line number Diff line change 11module github.com/aptly-dev/aptly
22
3- go 1.24.6
3+ go 1.25.0
44
55require (
66 github.com/AlekSi/pointer v1.1.0
You can’t perform that action at this time.
0 commit comments