Skip to content

Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0 #16

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

Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0 #16

name: Go
on: [push]
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.20
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
- name: Test
run: go test -v ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.20
- name: Build
run: go build -v ./cmd/server