This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +101
-46
lines changed
Expand file tree Collapse file tree 5 files changed +101
-46
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 - name : Install gpg
1212 run : sudo apt-get install gpg
1313
14- - name : Set up Go 1.13
14+ - name : Set up Go 1.16
1515 uses : actions/setup-go@v1
1616 with :
17- go-version : 1.13
17+ go-version : 1.16
1818 id : go
1919
2020 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 - name : Install gpg
1414 run : sudo apt-get install gpg
1515
16- - name : Set up Go 1.13
16+ - name : Set up Go 1.16
1717 uses : actions/setup-go@v1
1818 with :
19- go-version : 1.13
19+ go-version : 1.16
2020 id : go
2121
2222 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 11creation_rules :
2- - pgp : A889B4E4B33B83D045BA02D8063130A59A5A1F5A
2+ - path_regex : example/.*$
3+ pgp : A889B4E4B33B83D045BA02D8063130A59A5A1F5A
Original file line number Diff line number Diff line change 11module github.com/julienp/secretgen
22
3- go 1.13
3+ go 1.16
44
55require (
66 github.com/Azure/go-autorest/autorest v0.9.2 // indirect
77 github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
8- github.com/google/go-cmp v0.3.1 // indirect
98 github.com/hashicorp/golang-lru v0.5.3 // indirect
109 github.com/mattn/go-colorable v0.1.2 // indirect
1110 github.com/stretchr/objx v0.2.0 // indirect
12- github.com/stretchr/testify v1.6.1
13- go.mozilla.org/sops/v3 v3.5.0
14- golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
15- golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
16- golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
17- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
18- gopkg.in/yaml.v2 v2.3.0
11+ github.com/stretchr/testify v1.5.1
12+ go.mozilla.org/sops/v3 v3.7.1
13+ gopkg.in/yaml.v2 v2.4.0
1914)
You can’t perform that action at this time.
0 commit comments