Skip to content

Commit 29a07b5

Browse files
committed
fix: prevent duplicate index creation error in PostgreSQL
1 parent fb51ce1 commit 29a07b5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929

3030
steps:
3131
- name: Set up Go
32-
uses: actions/setup-go@v2
32+
uses: actions/setup-go@v4
3333
with:
34-
go-version: 1.19
34+
go-version: 1.21
3535

36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v4
3737
- name: Run Unit tests
3838
run: go test -v -coverprofile=profile.cov ./...
3939

@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454

55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v4
5656

5757
- name: Run semantic-release
5858
if: github.repository == 'casbin/xorm-adapter' && github.event_name == 'push'

0 commit comments

Comments
 (0)