Skip to content

fix: mariadb 11 compatibility fix #8

fix: mariadb 11 compatibility fix

fix: mariadb 11 compatibility fix #8

Workflow file for this run

name: release
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '^1.16.0'
- run: make GITHUB_TOKEN="${{secrets.GITHUB_TOKEN}}" release