Skip to content

fix(deps): bump github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0 in /redis #70

fix(deps): bump github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0 in /redis

fix(deps): bump github.com/testcontainers/testcontainers-go from 0.32.0 to 0.33.0 in /redis #70

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1