Skip to content

Commit 29decf5

Browse files
committed
chore: update module path in go.mod
1 parent 29fa298 commit 29decf5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
go-version: 1.25
1919
- name: Run golangci-lint
2020
uses: golangci/golangci-lint-action@v8
21-
with:
22-
args: run
21+
2322
- name: Format
2423
uses: Jerome1337/gofmt-action@v1.0.5
2524

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module rbac
1+
module github.com/codescalers/rbac
22

33
go 1.24.6

0 commit comments

Comments
 (0)