Skip to content

Optimize for remote-go v0.1.0 (unified appliance) #75

Optimize for remote-go v0.1.0 (unified appliance)

Optimize for remote-go v0.1.0 (unified appliance) #75

Workflow file for this run

name: CI
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
name: build-binaries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: "^1.15"
- name: Run Go Releaser
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: latest
args: release --rm-dist