diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bcf1619..4226dce3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: 1.19 + cache: true - name: Create release on GitHub uses: goreleaser/goreleaser-action@v3 diff --git a/go.mod b/go.mod index 4ee18905..4572fbca 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/zhufuyi/sponge -go 1.20 +go 1.19 require ( github.com/DATA-DOG/go-sqlmock v1.5.0