Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 2c72510

Browse files
committed
use go1.14
1 parent d3e4b86 commit 2c72510

File tree

2 files changed

+6
-89
lines changed

2 files changed

+6
-89
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ require (
99
github.com/aws/aws-lambda-go v1.11.1
1010
github.com/aws/aws-sdk-go v1.28.5
1111
github.com/cenkalti/backoff v2.2.1+incompatible
12-
github.com/cenkalti/backoff/v4 v4.0.0
1312
github.com/certifi/gocertifi v0.0.0-20190506164543-d2eda7129713 // indirect
1413
github.com/docker/distribution v2.7.1+incompatible // indirect
1514
github.com/docker/docker v1.13.1 // indirect
@@ -68,4 +67,4 @@ require (
6867
gopkg.in/yaml.v2 v2.2.4
6968
)
7069

71-
go 1.13
70+
go 1.14

0 commit comments

Comments
 (0)