We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 078e556 + 44f28e5 commit 4b3f8e1Copy full SHA for 4b3f8e1
3 files changed
.github/workflows/build-dev.yml
@@ -68,12 +68,6 @@ jobs:
68
uses: actions/setup-go@v3
69
with:
70
go-version: ${{ env.GO_VERSION }}
71
- - name: 测试
72
- env:
73
- GOOS: ${{ matrix.goos }}
74
- GOARCH: ${{ matrix.goarch }}
75
- run: |
76
- go test ./..
77
- name: 编译
78
env:
79
GOOS: ${{ matrix.goos }}
.github/workflows/build.yml
@@ -69,12 +69,6 @@ jobs:
80
VERSION
@@ -1 +1 @@
1
-4.2.4
+4.2.4
0 commit comments