Skip to content

Bump github.com/jackc/pgx/v5 from 5.7.0 to 5.7.1 #63

Bump github.com/jackc/pgx/v5 from 5.7.0 to 5.7.1

Bump github.com/jackc/pgx/v5 from 5.7.0 to 5.7.1 #63

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: Go Lint
runs-on: ubuntu-latest
steps:
-
name: Check out code
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
only-new-issues: false
args: --timeout=10m