Skip to content

build(deps): bump github.com/testcontainers/testcontainers-go (#2529) #752

build(deps): bump github.com/testcontainers/testcontainers-go (#2529)

build(deps): bump github.com/testcontainers/testcontainers-go (#2529) #752

Workflow file for this run

name: master
permissions: {}
on:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004
go-version: '^1.19'
- run: go version
- run: make deps
- run: make check-fmt
- run: make build
- run: make vet
- run: make staticcheck
- run: make check-race
- run: make cicheck
- run: make osv-scanner
- run: make gosec
- run: make govulncheck
- run: make publish-coverage