Skip to content

Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.7.1 in the go_modules group across 1 directory #11

Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.7.1 in the go_modules group across 1 directory

Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.7.1 in the go_modules group across 1 directory #11

Workflow file for this run

name: golangci-lint
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.23.1'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60