Skip to content

Bump gorm.io/driver/postgres from 1.3.10 to 1.5.4 #94

Bump gorm.io/driver/postgres from 1.3.10 to 1.5.4

Bump gorm.io/driver/postgres from 1.3.10 to 1.5.4 #94

Workflow file for this run

name: Deploy
on: [push, pull_request]
jobs:
testAndLint:
runs-on: ubuntu-latest
name: Tests and Lint
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: 1.16.2
- run: go test -race -cover ./...
# - name: lint
# uses: golangci/golangci-lint-action@v2.5.2
# with:
# version: latest
# skip-build-cache: true
# skip-pkg-cache: true