Skip to content

fix(postgresql_role): Postgresql 16 compatibility (with new roles man… #482

fix(postgresql_role): Postgresql 16 compatibility (with new roles man…

fix(postgresql_role): Postgresql 16 compatibility (with new roles man… #482

Workflow file for this run

name: Golangci-Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.23.x
- run: go mod vendor
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.61