1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Build using Go 1.24 and drop support for 1.22

Go 1.22.0 has been EOL since 1 year and 1 month ago[1].

[1]: https://endoflife.date/go

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals
2025-03-30 12:09:26 +02:00
parent 03fb746ecd
commit cbec03036b
2 changed files with 3 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
matrix:
os: [linux, darwin, windows]
arch: [amd64, arm64]
go-version: ['1.22', '1.23']
go-version: ['1.23', '1.24']
exclude:
- os: windows
arch: arm64
@@ -88,7 +88,7 @@ jobs:
needs: [build]
strategy:
matrix:
go-version: ['1.22']
go-version: ['1.24']
env:
VAULT_VERSION: "1.14.0"
VAULT_TOKEN: "root"

3
go.mod
View File

@@ -1,7 +1,6 @@
module github.com/getsops/sops/v3
go 1.22
toolchain go1.24.1
go 1.23.0
require (
cloud.google.com/go/kms v1.21.1