diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 7d2370b..9faf8a4 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,10 +19,10 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 # action page: with: - go-version: '1.23' + go-version: '1.24' - name: Run linter uses: golangci/golangci-lint-action@v6 with: - version: v1.60 + version: v1.64 args: -v --build-tags=race --timeout=5m \ No newline at end of file diff --git a/fx/go.mod b/fx/go.mod index b47f70d..108f075 100644 --- a/fx/go.mod +++ b/fx/go.mod @@ -5,7 +5,7 @@ go 1.24 replace github.com/gowool/rbac => .. require ( - github.com/gowool/rbac v0.0.4 + github.com/gowool/rbac v0.0.5 go.uber.org/fx v1.23.0 )