Skip to content

Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 #8

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

Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 #8

Workflow file for this run

name: Testing Pull Request
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-app:
name: Test Goreleaser Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test application
run: go test ./...
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Dry-run goreleaser application
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: ~> v2
args: release --snapshot --skip=publish --clean