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

Lines changed: 1 addition & 2 deletions
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)