File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 matrix :
2020 os : [linux, darwin, windows]
2121 arch : [amd64, arm64]
22- go-version : ['1.22 ', '1.23 ']
22+ go-version : ['1.23 ', '1.24 ']
2323 exclude :
2424 - os : windows
2525 arch : arm64
4949 - name : Vendor Go Modules
5050 run : make vendor
5151
52- - name : Restore go/toolchain lines of go.mod
53- run : python3 .github/utils/patch-go.mod.py
54-
5552 - name : Ensure clean working tree
5653 run : git diff --exit-code
5754
8885 needs : [build]
8986 strategy :
9087 matrix :
91- go-version : ['1.22 ']
88+ go-version : ['1.24 ']
9289 env :
9390 VAULT_VERSION : " 1.14.0"
9491 VAULT_TOKEN : " root"
Original file line number Diff line number Diff line change 11module github.com/getsops/sops/v3
22
3- go 1.22
4- toolchain go1.24.1
3+ go 1.23.0
54
65require (
76 cloud.google.com/go/kms v1.21.1
You can’t perform that action at this time.
0 commit comments