Skip to content

Commit

Permalink
Merge pull request #22 from layer5io/fix/issue
Browse files Browse the repository at this point in the history
Removed json label
  • Loading branch information
leecalcote authored Jan 4, 2021
2 parents 6185522 + e0dfa04 commit 840a9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.30
version: v1.33
args: --timeout=10m

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
2 changes: 1 addition & 1 deletion api/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Service struct {
Name string `json:"name"`
Port string `json:"port"`
Version string `json:"version"`
StartedAt time.Time `json:"string,startedat"`
StartedAt time.Time `json:"startedat"`

Handler *meshsync.Handler
Channel chan interface{}
Expand Down

0 comments on commit 840a9f3

Please sign in to comment.