Skip to content

Commit

Permalink
Merge branch 'main' of github.com:electric-saw/kafta
Browse files Browse the repository at this point in the history
  • Loading branch information
snakeice committed Oct 24, 2021
2 parents ac80792 + 340dd09 commit 2c129ca
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 115 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
name: Release Kafta binaries
name: build

on:
push:
tags:
- '*'
- 'v*'
pull_request:

jobs:
goreleaser:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
go-version: 1.17
id: go

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
Expand All @@ -33,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: kafta
path: dist/*
path: dist/*
10 changes: 0 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/Shopify/sarama v1.30.0
github.com/Songmu/prompter v0.5.0
github.com/dustin/go-humanize v1.0.0
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
github.com/manifoldco/promptui v0.8.0
github.com/sirupsen/logrus v1.8.1
Expand All @@ -16,15 +15,11 @@ require (
)

require (
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/go-openapi/errors v0.19.8 // indirect
github.com/go-openapi/strfmt v0.20.3 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
Expand All @@ -38,15 +33,10 @@ require (
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xdg/stringprep v1.0.3 // indirect
go.mongodb.org/mongo-driver v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
Expand Down
Loading

0 comments on commit 2c129ca

Please sign in to comment.