From 7748e6e239cb64d253e9ef8bfe3545ef4b006c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Egyed?= Date: Tue, 24 Aug 2021 00:26:09 +0200 Subject: [PATCH] Minor cleanup Co-authored-by: Leo Antunes --- .github/workflows/go.yml | 2 -- .goreleaser.yml | 10 ---------- README.md | 2 +- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b6f3663..7afbc2c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 }} diff --git a/.goreleaser.yml b/.goreleaser.yml index 5dae30d..8294796 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 diff --git a/README.md b/README.md index e17bd99..5899384 100644 --- a/README.md +++ b/README.md @@ -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