Skip to content

Bump github.com/testcontainers/testcontainers-go from 0.31.0 to 0.33.0 #193

Bump github.com/testcontainers/testcontainers-go from 0.31.0 to 0.33.0

Bump github.com/testcontainers/testcontainers-go from 0.31.0 to 0.33.0 #193

Workflow file for this run

name: Static Analysis
on: [push, pull_request]
permissions:
contents: read
jobs:
static_analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
env:
GO111MODULE: off
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=15m