Skip to content

Bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 #10

Bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1

Bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 #10

Workflow file for this run

name: "Run Tests"
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.5'
- name: Vet
run: go vet ./...
- name: Test
run: go test -v ./...