Skip to content

Bump github.com/testcontainers/testcontainers-go from 0.25.0 to 0.26.… #18

Bump github.com/testcontainers/testcontainers-go from 0.25.0 to 0.26.…

Bump github.com/testcontainers/testcontainers-go from 0.25.0 to 0.26.… #18

Workflow file for this run

name: Push to main
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "./go.mod"
- run: go test -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}