Skip to content

chore: bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1 #4

chore: bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1

chore: bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1 #4

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.22
- name: checkout
uses: actions/checkout@v4
- name: deps
run: make deps
- name: build
run: make build