Skip to content

Commit 19add9c

Browse files
committed
chore: Update to Golang 1.11
1 parent e50fb75 commit 19add9c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker: &docker
5-
- image: circleci/golang:1.9
5+
- image: circleci/golang:1.11
66
working_directory: /go/src/github.com/tsub/s3-edit
77
steps:
88
- checkout

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,10 @@ Edited with s3-edit.
8383

8484
### Requirements
8585

86-
* [dep](https://github.com/golang/dep)
86+
* Golang >= 1.11
8787

8888
### How to setup
8989

9090
```
9191
$ go get -u github.com/tsub/s3-edit
92-
$ cd $GOPATH/src/github.com/tsub/s3-edit
93-
$ dep ensure
9492
```

0 commit comments

Comments
 (0)