File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - name : setup go environment
1717 uses : actions/setup-go@v1
1818 with :
19- go-version : ' 1.16.0 '
19+ go-version : ' 1.16.2 '
2020 - name : Prepare
2121 id : prepare
2222 run : |
Original file line number Diff line number Diff line change 55require (
66 github.com/bloodorangeio/reggie v0.5.0
77 github.com/google/uuid v1.2.0
8- github.com/onsi/ginkgo v1.15.1
8+ github.com/onsi/ginkgo v1.15.2
99 github.com/onsi/gomega v1.11.0
1010 github.com/opencontainers/go-digest v1.0.0
1111 github.com/opencontainers/image-spec v1.0.1
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
2727github.com/nxadm/tail v1.4.8 /go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU =
2828github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
2929github.com/onsi/ginkgo v1.12.1 /go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk =
30- github.com/onsi/ginkgo v1.15.1 h1:DsXNrKujDlkMS9Rsxmd+Fg7S6Kc5lhE+qX8tY6laOxc =
31- github.com/onsi/ginkgo v1.15.1 /go.mod h1:Dd6YFfwBW84ETqqtL0CPyPXillHgY6XhQH3uuCCTr/o =
30+ github.com/onsi/ginkgo v1.15.2 h1:l77YT15o814C2qVL47NOyjV/6RbaP7kKdrvZnxQ3Org =
31+ github.com/onsi/ginkgo v1.15.2 /go.mod h1:Dd6YFfwBW84ETqqtL0CPyPXillHgY6XhQH3uuCCTr/o =
3232github.com/onsi/gomega v1.7.1 /go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY =
3333github.com/onsi/gomega v1.10.1 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
3434github.com/onsi/gomega v1.11.0 h1:+CqWgvj0OZycCaqclBD1pxKHAU+tOkHmQIWvDHq2aug =
You can’t perform that action at this time.
0 commit comments