Skip to content

Commit 0ac9f41

Browse files
authored
Merge pull request #549 from go-admin-team/dev
fix 🐛 gcc强依赖问题修复
2 parents 974a809 + 16701d3 commit 0ac9f41

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/go.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
3333
- name: Build
3434
run: go build -v .
35+
- name: Release
36+
uses: softprops/action-gh-release@v1
37+
if: startsWith(github.ref, 'refs/tags/')

go.mod

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/casbin/casbin/v2 v2.25.1
1212
github.com/gin-gonic/gin v1.7.3
1313
github.com/go-admin-team/go-admin-core v1.3.8
14-
github.com/go-admin-team/go-admin-core/sdk v1.3.8
14+
github.com/go-admin-team/go-admin-core/sdk v1.3.9
1515
github.com/google/uuid v1.2.0
1616
github.com/mssola/user_agent v0.5.2
1717
github.com/opentracing/opentracing-go v1.1.0
@@ -31,8 +31,3 @@ require (
3131
gorm.io/driver/sqlite v1.1.5-0.20201206014648-c84401fbe3ba
3232
gorm.io/gorm v1.21.11
3333
)
34-
35-
//replace (
36-
// github.com/go-admin-team/go-admin-core => ../go-admin-core
37-
// github.com/go-admin-team/go-admin-core/sdk => ../go-admin-core/sdk
38-
//)

0 commit comments

Comments
 (0)