Skip to content

Commit

Permalink
feat: update pgx to v5.6.0 and use Go 1.20 (casbin#24)
Browse files Browse the repository at this point in the history
* chore: update pgx to v5.6.0

Signed-off-by: Mazaa Fard <[email protected]>

* feat: update go to 1.19

* feat: update go to 1.20

* chore: fix ci

---------

Signed-off-by: Mazaa Fard <[email protected]>
Co-authored-by: Mazaa Fard <[email protected]>
  • Loading branch information
2 people authored and godcong committed Nov 20, 2024
1 parent d25d19f commit 6bb3804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.14
go-version: '1.20'

- uses: actions/checkout@v2
- name: Run Unit tests
Expand Down

0 comments on commit 6bb3804

Please sign in to comment.