Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading