Skip to content

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.28.0 to 0.30.0 #26

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.28.0 to 0.30.0

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.28.0 to 0.30.0 #26

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