Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Bump github.com/testcontainers/testcontainers-go from 0.27.0 to 0.29.1 #374

Bump github.com/testcontainers/testcontainers-go from 0.27.0 to 0.29.1

Bump github.com/testcontainers/testcontainers-go from 0.27.0 to 0.29.1 #374

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "./go.mod"
- uses: bufbuild/buf-setup-action@v1
- name: buf lint
uses: bufbuild/buf-lint-action@v1
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "./go.mod"
- run: make test