Skip to content

Commit bcb8df2

Browse files
committed
Drop support for Go 1.24.
Signed-off-by: Felix Fontein <felix@fontein.de>
1 parent ecec2aa commit bcb8df2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [linux, darwin, windows]
2121
arch: [amd64, arm64]
22-
go-version: ['1.24', '1.25', '1.26']
22+
go-version: ['1.25', '1.26']
2323
exclude:
2424
- os: windows
2525
arch: arm64

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For the adventurous, unstable features are available in the `main` branch, which
3030
$ cd $GOPATH/src/github.com/getsops/sops/
3131
$ make install
3232
33-
(requires Go >= 1.19)
33+
(requires Go >= 1.25)
3434

3535
If you don't have Go installed, set it up with:
3636

go.mod

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

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
cloud.google.com/go/kms v1.26.0

0 commit comments

Comments
 (0)