Skip to content

chore(deps): bump docker/setup-qemu-action from 2 to 3, actions/setup-go from 3 to 5, golangci/golangci-lint-action from 3.3.0 to 3.7.0 #216

chore(deps): bump docker/setup-qemu-action from 2 to 3, actions/setup-go from 3 to 5, golangci/golangci-lint-action from 3.3.0 to 3.7.0

chore(deps): bump docker/setup-qemu-action from 2 to 3, actions/setup-go from 3 to 5, golangci/golangci-lint-action from 3.3.0 to 3.7.0 #216

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
if: github.repository == 'testcontainers/moby-ryuk'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4 # v5.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}