mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-23 04:10:28 +00:00
Update dependencies version
Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
@@ -25,9 +25,9 @@ jobs:
|
||||
cache-dependency-path: "go.sum"
|
||||
|
||||
- name: Run linters
|
||||
uses: golangci/golangci-lint-action@v9
|
||||
uses: golangci/golangci-lint-action@v9.2.0
|
||||
with:
|
||||
version: v2.7.2
|
||||
version: v2.10.1
|
||||
args: --config ./tools/config/.golangci.yaml
|
||||
|
||||
build:
|
||||
|
||||
@@ -661,7 +661,6 @@ func TestAuthorize(t *testing.T) {
|
||||
authorizePATErr error
|
||||
err error
|
||||
}{
|
||||
|
||||
{
|
||||
desc: "authorize a user key successfully",
|
||||
policyReq: policies.Policy{
|
||||
|
||||
Reference in New Issue
Block a user