Skip to content

Commit a4d6f71

Browse files
committed
优化
1 parent cca701a commit a4d6f71

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v3
1414
with:
15-
go-version: 1.22 # 使用您当前支持的Go版本
15+
go-version: 1.20
16+
- name: Install dependencies
17+
run: go get -d -v ./...
1618
- name: Build
1719
run: |
1820
GOOS=linux GOARCH=amd64 go build -o zbp-niuniu-sql-linux main.go

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module niuniusql
22

3-
go 1.22
3+
go 1.20
44

55
require (
66
github.com/glebarez/sqlite v1.11.0

0 commit comments

Comments
 (0)