Skip to content

Commit

Permalink
Merge 62708f0 into f8908f1
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Dec 17, 2022
2 parents f8908f1 + 62708f0 commit 4392d18
Show file tree
Hide file tree
Showing 9 changed files with 10,011 additions and 1,251 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Checkout code
uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Expand Up @@ -14,4 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3.3.1
with:
version: v1.47.3
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Checkout code
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## NGSI Go v0.12.0-next

- Update: Update Node.js dependencies (#247)
- Update: Update Orion to 3.6.0 (#244)
- Fix: Fix gosimple S1001 error (#243)

Expand Down
2 changes: 2 additions & 0 deletions e2e/cases/2000_convenience/1102_tokenproxy_command.test
Expand Up @@ -93,6 +93,8 @@ ngsi token --host orion-with-tokenproxy
REGEX(.*)
```

sleep 3

#
# 0106 Get version orion-with-tokenproxy
#
Expand Down

0 comments on commit 4392d18

Please sign in to comment.