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:
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user