Skip to content

fix: mariadb 11 compatibility fix #32

fix: mariadb 11 compatibility fix

fix: mariadb 11 compatibility fix #32

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16.0'
- run: make lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-go@v2
with:
go-version: '^1.16.0'
- run: make SKIP_MARIADB_TESTS=1 test