-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This also upgrades: * github.com/golangci/golangci-lint v1.23.8 * github.com/google/go-cmp v0.4.0 * github.com/pkg/errors v0.9.1
- Loading branch information
1 parent
61c9d31
commit 0067e1f
Showing
26 changed files
with
23 additions
and
2,976 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.11.4-alpine3.8 | ||
FROM golang:1.14.0-alpine3.11 | ||
|
||
WORKDIR / | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,7 @@ Fancy State Machine explaining the rules above: | |
|
||
## Installing | ||
|
||
* Using `go` (< 11.1): `go install github.com/MarioCarrion/nit/cmd/nit` **or** download a precompiled release. | ||
* Using `go` (>= 1.11): `GO111MODULE=on go get github.com/MarioCarrion/nit/cmd/[email protected]`, for installing v0.6.0 for example; see the releases for other versions. | ||
* Using `go` (>= 1.13): `go get github.com/MarioCarrion/nit/cmd/[email protected]`, for installing v0.6.0 for example; see the releases for other versions. | ||
* Using it as a dependency with the [`tools.go` paradigm](https://github.com/go-modules-by-example/index/blob/master/010_tools/README.md): | ||
|
||
```go | ||
|
@@ -64,4 +63,4 @@ Please use `nit -h` for other available arguments. | |
|
||
## Development requirements | ||
|
||
Go >= 1.13.1 | ||
Go >= 1.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/MarioCarrion/nit | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/golangci/golangci-lint v1.23.3 | ||
github.com/google/go-cmp v0.2.0 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/golangci/golangci-lint v1.23.8 | ||
github.com/google/go-cmp v0.4.0 | ||
github.com/pkg/errors v0.9.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.