Skip to content

deps: upgrade to Go 1.22.4 to fix vulnerabilities (#88) #29

deps: upgrade to Go 1.22.4 to fix vulnerabilities (#88)

deps: upgrade to Go 1.22.4 to fix vulnerabilities (#88) #29

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.4"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
scoop-tap-github-token: ${{ secrets.PUSH_GITHUB_TOKEN }}