File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
go-version : ${{ matrix.go_version }}
25
25
- name : Checkout Source
26
26
uses : actions/checkout@v3
27
- - uses : actions/cache@v2
27
+ - uses : actions/cache@v3
28
28
with :
29
29
path : ~/go/pkg/mod
30
30
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
48
48
go-version : ' 1.18'
49
49
- name : Checkout Source
50
50
uses : actions/checkout@v3
51
- - uses : actions/cache@v2
51
+ - uses : actions/cache@v3
52
52
with :
53
53
path : ~/go/pkg/mod
54
54
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ require (
7
7
github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5
8
8
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
9
9
github.com/onsi/ginkgo/v2 v2.1.3
10
- github.com/onsi/gomega v1.18.1
11
- golang.org/x/crypto v0.0.0-20220313003712-b769efc7c000
10
+ github.com/onsi/gomega v1.19.0
11
+ golang.org/x/crypto 2c7772ba3064
12
12
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
13
13
golang.org/x/text v0.3.7
14
- golang.org/x/tools v0.1.9
14
+ golang.org/x/tools v0.1.10
15
15
gopkg.in/yaml.v2 v2.4.0
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments