Skip to content

[] Update golang to 1.20 #6

[] Update golang to 1.20

[] Update golang to 1.20 #6

Workflow file for this run

name: GoReleaser
on:
push:
tags:
- "**"
defaults:
run:
shell: bash
jobs:
depoy:
name: Goreleaser
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-go@v2
with:
go-version: "^1.20"
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}