Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
update pouchlinter
Browse files Browse the repository at this point in the history
Signed-off-by: yeya24 <[email protected]>
  • Loading branch information
yeya24 committed Jul 5, 2019
1 parent 1a30acc commit 3386f6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
docker:
# this image is build from Dockerfile
# https://github.com/pouchcontainer/pouchlinter/blob/master/Dockerfile
- image: pouchcontainer/pouchlinter:v0.1.2
- image: pouchcontainer/pouchlinter:v0.2.1
working_directory: /go/src/github.com/dragonflyoss/Dragonfly
steps:
- checkout
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
gocode-check-via-gometalinter-swagger:
docker:
- image: pouchcontainer/pouchlinter:v0.1.2
- image: pouchcontainer/pouchlinter:v0.2.1
working_directory: /go/src/github.com/dragonflyoss/Dragonfly
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ As a contributor, if you want to make any contribution to Dragonfly project, we
Here are some dependents with specific version:

* golang : v1.12.6
* swagger : 0.17.1
* swagger : 0.19.0
* markdownlint : v0.5.0
* misspell : latest
* shellCheck : latest
Expand Down
2 changes: 1 addition & 1 deletion hack/generate-swagger-models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Here is details of the swagger binary we use.
# $ swagger version
# version: 0.17.1
# version: 0.19.0

# Get the absolute path of this file
DIR="$( cd "$( dirname "$0" )" && pwd )"
Expand Down

0 comments on commit 3386f6c

Please sign in to comment.