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

Commit

Permalink
use go1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed Mar 13, 2020
1 parent d3e4b86 commit 2c72510
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 89 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/aws/aws-lambda-go v1.11.1
github.com/aws/aws-sdk-go v1.28.5
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cenkalti/backoff/v4 v4.0.0
github.com/certifi/gocertifi v0.0.0-20190506164543-d2eda7129713 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
Expand Down Expand Up @@ -68,4 +67,4 @@ require (
gopkg.in/yaml.v2 v2.2.4
)

go 1.13
go 1.14
Loading

0 comments on commit 2c72510

Please sign in to comment.