Skip to content

fix(deps): update go-version to v1.22.7 fix #95 (#96) #33

fix(deps): update go-version to v1.22.7 fix #95 (#96)

fix(deps): update go-version to v1.22.7 fix #95 (#96) #33

Workflow file for this run

name: Release
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-*"
jobs:
build:
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
with:
go-version: "1.22.7"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
scoop-tap-github-token: ${{ secrets.PUSH_GITHUB_TOKEN }}