Skip to content

Commit

Permalink
Upgrade CI and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Jun 19, 2020
1 parent 2e43193 commit f14db43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: vendor
key: ${{ runner.os }}-go-${{ hashFiles('**/go.mod') }}
restore-keys: |
${{ runner.os }}-go-
${{ runner.os }}-go-${{ hashFiles('**/go.mod') }}
- name: Populate dependencies
run: '(test -d vendor && echo vendor found) || go mod vendor'
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/swaggest/assertjson v1.0.0
github.com/swaggest/jsonschema-go v0.3.4
github.com/swaggest/jsonschema-go v0.3.5
github.com/swaggest/openapi-go v0.1.10 // indirect
github.com/swaggest/swgen v0.6.25
gopkg.in/yaml.v2 v2.3.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ github.com/swaggest/jsonschema-go v0.3.2/go.mod h1:TrWgbug4p2ZgcxnHDz+CvYvEtJ5Kc
github.com/swaggest/jsonschema-go v0.3.3/go.mod h1:TrWgbug4p2ZgcxnHDz+CvYvEtJ5KckL/XOV4mSR6FGw=
github.com/swaggest/jsonschema-go v0.3.4 h1:VoD8ux21OyoSPvRHbWNE1I5SQZ6T6L+WLd2GWS+90X4=
github.com/swaggest/jsonschema-go v0.3.4/go.mod h1:TrWgbug4p2ZgcxnHDz+CvYvEtJ5KckL/XOV4mSR6FGw=
github.com/swaggest/jsonschema-go v0.3.5 h1:zOUyPaLfoqgoPB/HnaM3rApLD/nT/BrzZhDeZj9yVUY=
github.com/swaggest/jsonschema-go v0.3.5/go.mod h1:TrWgbug4p2ZgcxnHDz+CvYvEtJ5KckL/XOV4mSR6FGw=
github.com/swaggest/openapi-go v0.1.3 h1:IyFhFIFDW9L61z/ez9zLI+v39dP8N8HurAGr6msRWPM=
github.com/swaggest/openapi-go v0.1.3/go.mod h1:Zx4ZgJ7XvlFH9wCOHE7u8RAjLfiHAnCHeaD5kUDujVM=
github.com/swaggest/openapi-go v0.1.9 h1:U8vXeBgkvgZS+fN4pPxPQg6cd03cyEVh9Tcm4Oxl/7U=
Expand Down

0 comments on commit f14db43

Please sign in to comment.