We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50fb75 commit 19add9cCopy full SHA for 19add9c
2 files changed
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker: &docker
5
- - image: circleci/golang:1.9
+ - image: circleci/golang:1.11
6
working_directory: /go/src/github.com/tsub/s3-edit
7
steps:
8
- checkout
README.md
@@ -83,12 +83,10 @@ Edited with s3-edit.
83
84
### Requirements
85
86
-* [dep](https://github.com/golang/dep)
+* Golang >= 1.11
87
88
### How to setup
89
90
```
91
$ go get -u github.com/tsub/s3-edit
92
-$ cd $GOPATH/src/github.com/tsub/s3-edit
93
-$ dep ensure
94
0 commit comments