Skip to content

chore(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.24.0 to 0.27.0 #16

chore(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.24.0 to 0.27.0

chore(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.24.0 to 0.27.0 #16

Workflow file for this run

name: Run Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@main
with:
token: ${{ secrets.TCC_SECRET_EXAMPLES }}
- name: Run example
run: |
make test