Skip to content

Commit 24c2d66

Browse files
committed
fix release
1 parent d601bd4 commit 24c2d66

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.20
21+
go-version: 1.19
22+
cache: true
2223

2324
- name: Create release on GitHub
2425
uses: goreleaser/goreleaser-action@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/zhufuyi/sponge
22

3-
go 1.20
3+
go 1.19
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.0

0 commit comments

Comments
 (0)