Skip to content

Commit

Permalink
cleaned actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Apr 21, 2021
1 parent e69f80a commit bffc36e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Release Go project

on:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
Expand Down
18 changes: 1 addition & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
# This is an example goreleaser.yaml 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
- go mod download
# you may remove this if you don't need go generate
- go generate ./...
# builds:
# - env:
# - CGO_ENABLED=0
# goos:
# - linux
# - windows
# - darwin
# ldflags:
# - -s -w -X main.Version={{.Version}} -X main.BuildDate={{.CommitDate}}
# ignore:
# - goos: darwin
# goarch: 386

builds:
- main: ./cmd/slowql-digest/
Expand Down

0 comments on commit bffc36e

Please sign in to comment.