Skip to content

Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.18.2 (#1) #29

Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.18.2 (#1)

Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.18.2 (#1) #29

Workflow file for this run

name: CI
on:
push:
branches: [ main, dev]
pull_request:
branches: [ main, dev]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Pipeline
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.17
id: go
- name: Dependencies cache
uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
~/.cache/go-build
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Cache docker images
uses: satackey/[email protected]
continue-on-error: true
- name: Test project
run: make test