diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7bf076e4..88b17aaf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 check-latest: true cache: true id: go @@ -53,7 +53,7 @@ jobs: uses: actions/setup-go@v3 with: # use 1.18 to guarantee Go 1.18 compatibility - go-version: 1.18 + go-version: 1.19 check-latest: true cache: true diff --git a/go.mod b/go.mod index 2043c58a..c027ff0a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/zeromicro/go-zero -go 1.18 +go 1.19 require ( github.com/DATA-DOG/go-sqlmock v1.5.0