Skip to content

Commit

Permalink
chore: Update to go v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tsub committed Nov 30, 2021
1 parent 44033a7 commit 0f107c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker: &docker
- image: circleci/golang:1.11
- image: cimg/go:1.17
environment:
GO111MODULE: "on"
steps:
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,4 @@ Edited with s3-edit.

### Requirements

* Golang >= 1.11

### How to setup

```
$ git clone git@github.com:tsub/s3-edit.git
$ export GO111MODULE=on
```
* Golang >= 1.17
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
module github.com/tsub/s3-edit

go 1.17

require (
github.com/aws/aws-sdk-go v1.10.31
github.com/spf13/cobra v0.0.0-20170823073209-2df9a5318133
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ini/ini v1.28.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
Expand All @@ -11,7 +17,6 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/spf13/cobra v0.0.0-20170823073209-2df9a5318133
github.com/spf13/pflag v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect
Expand Down

0 comments on commit 0f107c6

Please sign in to comment.