Skip to content

Commit ba46f87

Browse files
committed
go: use version 1.25.0
1 parent d9bedfa commit ba46f87

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GOPATH=$(shell go env GOPATH)
22
VERSION=$(shell make -s version)
33
PYTHON?=python3
44
BINPATH?=$(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
66
COVERAGE_DIR?=$(shell mktemp -d)
77
GOOS=$(shell go env GOHOSTOS)
88
GOARCH=$(shell go env GOHOSTARCH)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aptly-dev/aptly
22

3-
go 1.24.6
3+
go 1.25.0
44

55
require (
66
github.com/AlekSi/pointer v1.1.0

0 commit comments

Comments
 (0)