File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 uses : actions/checkout@v2
1616 with :
1717 fetch-depth : 1
18- - name : Set up Go 1.15 .x
18+ - name : Set up Go 1.16 .x
1919 uses : actions/setup-go@v2
2020 with :
21- go-version : 1.15 .x
21+ go-version : 1.16 .x
2222 # - name: Install ko
2323 # run: |
2424 # GO111MODULE=on go get github.com/google/ko/cmd/ko
Original file line number Diff line number Diff line change 11module knative.dev/eventing-redis
22
3- go 1.15
3+ go 1.16
44
55require (
66 github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
Original file line number Diff line number Diff line change @@ -470,7 +470,6 @@ github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx
470470github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw =
471471github.com/golang/protobuf v1.5.2 /go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY =
472472github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
473- github.com/golang/snappy v0.0.3 h1:fHPg5GQYlCeLIPB9BZqMVR5nR9A+IM5zcgeTdjMYmLA =
474473github.com/golang/snappy v0.0.3 /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
475474github.com/gomodule/redigo v1.8.3 h1:HR0kYDX2RJZvAup8CsiJwxB4dTCSC0AaUq6S4SiLwUc =
476475github.com/gomodule/redigo v1.8.3 /go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0 =
You can’t perform that action at this time.
0 commit comments