From 42d7f26d2ba6e3f9239b27b42b2af7cccc367b3d Mon Sep 17 00:00:00 2001 From: Igor Agapie Date: Wed, 26 Mar 2025 14:33:45 +0100 Subject: [PATCH 1/2] chore: release v0.0.5 (release.sh) --- fx/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) From 10a5215128f76d2787a28206cdcef34fe9baf9e6 Mon Sep 17 00:00:00 2001 From: Igor Agapie Date: Wed, 26 Mar 2025 14:43:16 +0100 Subject: [PATCH 2/2] chore: update Go version to 1.24 and golangci-lint to v1.64 --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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