Skip to content

refactor: Use container-registry.oracle.com/mysql/community-server:la… #13

refactor: Use container-registry.oracle.com/mysql/community-server:la…

refactor: Use container-registry.oracle.com/mysql/community-server:la… #13

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- uses: golangci/golangci-lint-action@v3
with:
version: latest