Skip to content

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0 #332

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0

chore(deps): bump github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0 #332

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
if: github.repository == 'testcontainers/moby-ryuk'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4 # v5.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}