From bcb8df2e26c62a7637fc45078681b335259b4935 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 7 Apr 2026 17:59:08 +0200 Subject: [PATCH] Drop support for Go 1.24. Signed-off-by: Felix Fontein --- .github/workflows/cli.yml | 2 +- README.rst | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 687aef8f7..8282e2eea 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [linux, darwin, windows] arch: [amd64, arm64] - go-version: ['1.24', '1.25', '1.26'] + go-version: ['1.25', '1.26'] exclude: - os: windows arch: arm64 diff --git a/README.rst b/README.rst index 5d32d5610..6eff907a3 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ For the adventurous, unstable features are available in the `main` branch, which $ cd $GOPATH/src/github.com/getsops/sops/ $ make install -(requires Go >= 1.19) +(requires Go >= 1.25) If you don't have Go installed, set it up with: diff --git a/go.mod b/go.mod index 3b43fd595..b687a0384 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/getsops/sops/v3 -go 1.24.0 +go 1.25.0 require ( cloud.google.com/go/kms v1.26.0