Skip to content

build(deps): bump github.com/jackc/pgproto3/v2 from 2.3.2 to 2.3.3 #607

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

build(deps): bump github.com/jackc/pgproto3/v2 from 2.3.2 to 2.3.3 #607

Workflow file for this run

name: test
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
- name: Test
run: go test -coverprofile coverage.out -covermode atomic ./...