We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca701a commit a4d6f71Copy full SHA for a4d6f71
2 files changed
.github/workflows/release.yml
@@ -12,7 +12,9 @@ jobs:
12
- name: Set up Go
13
uses: actions/setup-go@v3
14
with:
15
- go-version: 1.22 # 使用您当前支持的Go版本
+ go-version: 1.20
16
+ - name: Install dependencies
17
+ run: go get -d -v ./...
18
- name: Build
19
run: |
20
GOOS=linux GOARCH=amd64 go build -o zbp-niuniu-sql-linux main.go
go.mod
@@ -1,6 +1,6 @@
1
module niuniusql
2
3
-go 1.22
+go 1.20
4
5
require (
6
github.com/glebarez/sqlite v1.11.0
0 commit comments