Skip to content

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

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

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

name: Lint, Test and Build
on:
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-test-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: arduino/setup-task@v2
with:
version: 3.x
- run: task deps
- run: task lint
- run: task test
- run: task build