pull/184/head
Simon Let 3 years ago
parent 3d060d61f7
commit 2c8f7abcbe
  1. 2
      .github/workflows/go.yaml
  2. 1
      .github/workflows/release.yaml

@ -15,6 +15,8 @@ jobs:
- name: Get Go version
run: echo "GO_VERSION=$(grep 'go \d\.' go.mod | cut -d ' ' -f 2)" >> $GITHUB_ENV
- name: Go
run: echo ${{ env.GO_VERSION }}
- name: Set up Go
uses: actions/setup-go@v3
with:

@ -8,6 +8,7 @@ on:
jobs:
goreleaser:
name: Goreleaser
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save