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

Fixed lots of linter errors #119

Fixed lots of linter errors

Fixed lots of linter errors #119

Workflow file for this run

# From: https://goreleaser.com/ci/actions/#usage
name: release
env:
GO111MODULE: on
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Start Redis
uses: supercharge/[email protected]
with:
redis-version: 6
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
args: release --rm-dist --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
- name: Syndicate to GoDocs
run: make godocs