Skip to content

Commit

Permalink
migrate CI to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
GaruGaru committed Nov 23, 2020
1 parent b0c5b6f commit f5be9de
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: goreleaser

on:
pull_request:
push:

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.12
ARG GO_VERSION=1.15
ARG APP_NAME="conduit"
ARG PORT=8777

Expand Down

0 comments on commit f5be9de

Please # to comment.