Skip to content

Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] #3360

Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY]

Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] #3360

Workflow file for this run

name: Test
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install bazelisk
run: curl -L "https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-linux-amd64" | install -D /dev/stdin "${GITHUB_WORKSPACE}/bin/bazel"
- run: bazel test //...