Skip to content

Disable connection pooling and connection lifetime settings in mysql.go #322

Disable connection pooling and connection lifetime settings in mysql.go

Disable connection pooling and connection lifetime settings in mysql.go #322

Workflow file for this run

name: build
on:
push:
paths-ignore:
- "*.md"
- ".gitignore"
- "LICENSE"
pull_request:
paths-ignore:
- "*.md"
- ".gitignore"
- "LICENSE"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: |
go mod download
- name: Build
run: |
go install