We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb51ce1 commit 29a07b5Copy full SHA for 29a07b5
1 file changed
.github/workflows/ci.yml
@@ -29,11 +29,11 @@ jobs:
29
30
steps:
31
- name: Set up Go
32
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
33
with:
34
- go-version: 1.19
+ go-version: 1.21
35
36
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
37
- name: Run Unit tests
38
run: go test -v -coverprofile=profile.cov ./...
39
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ubuntu-latest
53
54
55
56
57
- name: Run semantic-release
58
if: github.repository == 'casbin/xorm-adapter' && github.event_name == 'push'
0 commit comments