Skip to content

Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 #99

Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2

Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 #99

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: '>=1.21'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- uses: dominikh/[email protected]
with:
version: "2023.1"