Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Go 1.22.0 is out

Go 1.22.0 is out #14

Workflow file for this run

name: goreleaser
on:
push:
tags:
- "*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: fetch tags
run: git fetch --tags --force
- uses: actions/[email protected]
with:
go-version: "1.22.0"
- uses: goreleaser/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
distribution: goreleaser
version: latest
args: release -f ci/.goreleaser.yml