Skip to content

fix(docker): update base image to golang:1.22-bookworm and switch to … #83

fix(docker): update base image to golang:1.22-bookworm and switch to …

fix(docker): update base image to golang:1.22-bookworm and switch to … #83

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
issues: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v2
id: app
with:
app-id: ${{ vars.RELEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@v4
with:
token: ${{ steps.app.outputs.token }}
release-type: go