Skip to content

chore(deps): bump golang from 1.23-alpine3.22 to 1.25-alpine3.22 in /linux #510

chore(deps): bump golang from 1.23-alpine3.22 to 1.25-alpine3.22 in /linux

chore(deps): bump golang from 1.23-alpine3.22 to 1.25-alpine3.22 in /linux #510

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@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}