Skip to content

feat(deps): bump github.com/testcontainers/testcontainers-go from 0.34.0 to 0.35.0 #395

feat(deps): bump github.com/testcontainers/testcontainers-go from 0.34.0 to 0.35.0

feat(deps): bump github.com/testcontainers/testcontainers-go from 0.34.0 to 0.35.0 #395

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- '**.go'
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.6'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
args: -c .golang-ci.yml -v --timeout=5m
env:
GO111MODULES: off