Skip to content

chore: bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.37.0 #231

chore: bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.37.0

chore: bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.37.0 #231

Workflow file for this run

name: QA
on: pull_request
jobs:
qa:
name: QA
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Use Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Run QA
run: make qa