Skip to content

chore: Update MySQL versions and URLs #11

chore: Update MySQL versions and URLs

chore: Update MySQL versions and URLs #11

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- uses: golangci/golangci-lint-action@v3
with:
version: latest