Skip to content

Bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0 #128

Bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0

Bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0 #128

Workflow file for this run

---
name: test
on:
push:
branches:
- main
tags:
- v*
pull_request:
env:
DEBIAN_FRONTEND: noninteractive
jobs:
lint:
uses: mackerelio/workflows/.github/workflows/go-lint.yml@09b7117485bc1a52a8ff736f2759f863bc657fcd # v1.9.0
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@09b7117485bc1a52a8ff736f2759f863bc657fcd # v1.9.0
testci:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@09b7117485bc1a52a8ff736f2759f863bc657fcd # v1.9.0
with:
os-versions: '["ubuntu-22.04"]'
run: |
make testci