We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c393d6e commit b1197c8Copy full SHA for b1197c8
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
test:
13
strategy:
14
matrix:
15
- go: ['1.19','1.18']
+ go: ['1.20','1.19','1.18']
16
platform: [ubuntu-latest, macos-latest, windows-latest]
17
runs-on: ${{ matrix.platform }}
18
.github/workflows/gorm-tests.yml
@@ -13,7 +13,7 @@ jobs:
gorm-test:
19
0 commit comments