Skip to content

fix: alloydb volume and config mount options #90

fix: alloydb volume and config mount options

fix: alloydb volume and config mount options #90

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Checkout
uses: actions/checkout@v4
- name: GolangCI Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2