Skip to content

Commit

Permalink
Upgrade to go v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Jan 2, 2023
1 parent 70ec454 commit 3f14b65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
sqlite:
strategy:
matrix:
go: ['1.16']
go: ['1.19']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}

Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
dbversion: ['mysql:latest'] # 'mysql:5.7', 'mysql:5.6'
go: ['1.16']
go: ['1.19']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
matrix:
dbversion: ['postgres:latest'] # 'postgres:11', 'postgres:10'
go: ['1.16']
go: ['1.19']
platform: [ubuntu-latest] # can not run in macOS and widnowsOS
runs-on: ${{ matrix.platform }}

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
needs: sqlite
strategy:
matrix:
go: ['1.16']
go: ['1.19']
platform: [ubuntu-latest] # can not run test in macOS and windows
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 3f14b65

Please sign in to comment.