Minor cleanup

Co-authored-by: Leo Antunes <leo@costela.net>
This commit is contained in:
Gábor Egyed 2021-08-24 00:26:09 +02:00 committed by Leo Antunes
parent b35a579096
commit 7748e6e239
3 changed files with 1 additions and 13 deletions

View file

@ -55,5 +55,3 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

View file

@ -1,11 +1,6 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
@ -26,11 +21,6 @@ dockers:
- "costela/docker-etchosts:{{ .Major }}.{{ .Minor }}"
- "costela/docker-etchosts:latest"
archives:
- format_overrides:
- goos: windows
format: zip
replacements:
darwin: mac
format: binary
checksum:
algorithm: sha512

View file

@ -1,4 +1,4 @@
[![Build Status](https://github.com/costela/docker-etchosts/actions/workflows/go.yml/badge.svg)](https://github.com/1ed/docker-etchosts/actions?query=branch%3Amaster)
[![Build Status](https://github.com/costela/docker-etchosts/actions/workflows/go.yml/badge.svg)](https://github.com/costela/docker-etchosts/actions?query=branch%3Amaster)
[![Go Report Card](https://goreportcard.com/badge/github.com/costela/docker-etchosts)](https://goreportcard.com/report/github.com/costela/docker-etchosts)
# docker-etchosts