From 40df23c2796137583a8adfa5326be17fd878aa32 Mon Sep 17 00:00:00 2001 From: a631807682 <631807682@qq.com> Date: Mon, 22 Aug 2022 13:32:56 +0800 Subject: [PATCH] workflow: fix ci --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c9f76f..5ab61d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: sqlite: strategy: matrix: - go: ['1.14'] + go: ['1.16'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} @@ -39,7 +39,7 @@ jobs: strategy: matrix: dbversion: ['mysql:latest'] # 'mysql:5.7', 'mysql:5.6' - go: ['1.14'] + go: ['1.16'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} @@ -83,7 +83,7 @@ jobs: strategy: matrix: dbversion: ['postgres:latest'] # 'postgres:11', 'postgres:10' - go: ['1.14'] + go: ['1.16'] platform: [ubuntu-latest] # can not run in macOS and widnowsOS runs-on: ${{ matrix.platform }} @@ -126,7 +126,7 @@ jobs: needs: sqlite strategy: matrix: - go: ['1.14'] + go: ['1.16'] platform: [ubuntu-latest] # can not run test in macOS and windows runs-on: ${{ matrix.platform }}