Skip to content

build(deps): bump github.com/testcontainers/testcontainers-go from 0.41.0 to 0.42.0 #295

build(deps): bump github.com/testcontainers/testcontainers-go from 0.41.0 to 0.42.0

build(deps): bump github.com/testcontainers/testcontainers-go from 0.41.0 to 0.42.0 #295

Workflow file for this run

name: Go Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.26', '1.25' ]
name: Go ${{ matrix.go }} tests
steps:
- uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
- name: Test
run: ./test.sh