Skip to content

build(deps): bump github.com/jackc/pgproto3/v2 from 2.3.1 to 2.3.3 in /caddy #302

build(deps): bump github.com/jackc/pgproto3/v2 from 2.3.1 to 2.3.3 in /caddy

build(deps): bump github.com/jackc/pgproto3/v2 from 2.3.1 to 2.3.3 in /caddy #302

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- "**"
name: linter
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.58.1