Skip to content

chore(deps): bump github.com/testcontainers/testcontainers-go (#134) #225

chore(deps): bump github.com/testcontainers/testcontainers-go (#134)

chore(deps): bump github.com/testcontainers/testcontainers-go (#134) #225

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
with:
version: v1.55.2
args: --timeout=3m