GORM driver sync.

This commit is contained in:
Nuno Cruces
2023-06-07 18:03:27 +01:00
parent 2472ceb0a0
commit 04037a75ed
9 changed files with 51 additions and 11 deletions

View File

@@ -34,8 +34,9 @@ jobs:
- name: Download
run: go mod download
- name: Verify
run: go mod verify
# Fixed in go 1.21: https://go.dev/issue/54372
# - name: Verify
# run: go mod verify
- name: Vet
run: go vet ./...