Skip to content

Commit b1197c8

Browse files
committed
add Go 1.20 to tests workflow
1 parent c393d6e commit b1197c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
go: ['1.19','1.18']
15+
go: ['1.20','1.19','1.18']
1616
platform: [ubuntu-latest, macos-latest, windows-latest]
1717
runs-on: ${{ matrix.platform }}
1818

.github/workflows/gorm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
gorm-test:
1414
strategy:
1515
matrix:
16-
go: ['1.19','1.18']
16+
go: ['1.20','1.19','1.18']
1717
platform: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.platform }}
1919

0 commit comments

Comments
 (0)