Update dependencies version

Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
dusan
2026-03-02 11:17:34 +01:00
parent 03143d4142
commit fe49305238
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -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:
-1
View File
@@ -661,7 +661,6 @@ func TestAuthorize(t *testing.T) {
authorizePATErr error
err error
}{
{
desc: "authorize a user key successfully",
policyReq: policies.Policy{
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/absmach/supermq
go 1.25.7
go 1.26.0
require (
github.com/0x6flab/namegenerator v1.4.0