File tree Expand file tree Collapse file tree 12 files changed +475
-783
lines changed
Expand file tree Collapse file tree 12 files changed +475
-783
lines changed Original file line number Diff line number Diff line change 2222 - name : Setup Go
2323 uses : actions/setup-go@v3
2424 with :
25- go-version : ' 1.23 '
25+ go-version : ' 1.24 '
2626 - name : Checkout Code
2727 uses : actions/checkout@v3
2828 - name : Build Code
Original file line number Diff line number Diff line change 2626 - name : Setup Go
2727 uses : actions/setup-go@v3
2828 with :
29- go-version : " 1.23 "
29+ go-version : " 1.24 "
3030 - name : Set RELEASE_VERSION
3131 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
3232 - name : Set RELEASE_STRING
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS build
1+ FROM golang:1.24 AS build
22
33ARG RELEASE_STRING=dev
44ENV IMPORT_PATH="github.com/plumber-cd/terraform-backend-git/cmd"
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ import (
66 "os"
77 "strconv"
88
9- sops "go.mozilla.org /sops/v3"
10- "go.mozilla.org /sops/v3/aes"
11- "go.mozilla.org /sops/v3/cmd/sops/common"
12- "go.mozilla.org /sops/v3/keyservice"
13- sopsjson "go.mozilla.org /sops/v3/stores/json"
14- "go.mozilla.org /sops/v3/version"
9+ sops "github.com/getsops /sops/v3"
10+ "github.com/getsops /sops/v3/aes"
11+ "github.com/getsops /sops/v3/cmd/sops/common"
12+ "github.com/getsops /sops/v3/keyservice"
13+ sopsjson "github.com/getsops /sops/v3/stores/json"
14+ "github.com/getsops /sops/v3/version"
1515
1616 sc "github.com/plumber-cd/terraform-backend-git/crypt/sops"
1717)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package sops
33import (
44 "os"
55
6- "go.mozilla.org /sops/v3"
7- "go.mozilla.org /sops/v3/age"
6+ "github.com/getsops /sops/v3"
7+ "github.com/getsops /sops/v3/age"
88)
99
1010func init () {
Original file line number Diff line number Diff line change 44 "os"
55 "strings"
66
7- sops "go.mozilla.org /sops/v3"
8- "go.mozilla.org /sops/v3/kms"
7+ sops "github.com/getsops /sops/v3"
8+ "github.com/getsops /sops/v3/kms"
99)
1010
1111func init () {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package sops
33import (
44 "os"
55
6- sops "go.mozilla.org /sops/v3"
7- "go.mozilla.org /sops/v3/gcpkms"
6+ sops "github.com/getsops /sops/v3"
7+ "github.com/getsops /sops/v3/gcpkms"
88)
99
1010func init () {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package sops
33import (
44 "os"
55
6- sops "go.mozilla.org /sops/v3"
7- "go.mozilla.org /sops/v3/hcvault"
6+ sops "github.com/getsops /sops/v3"
7+ "github.com/getsops /sops/v3/hcvault"
88)
99
1010func init () {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package sops
33import (
44 "os"
55
6- sops "go.mozilla.org /sops/v3"
7- "go.mozilla.org /sops/v3/pgp"
6+ sops "github.com/getsops /sops/v3"
7+ "github.com/getsops /sops/v3/pgp"
88)
99
1010func init () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package sops
33import (
44 "log"
55
6- sops "go.mozilla.org /sops/v3"
6+ sops "github.com/getsops /sops/v3"
77)
88
99type Config interface {
You can’t perform that action at this time.
0 commit comments