Skip to content

Commit

Permalink
precompile on release
Browse files Browse the repository at this point in the history
  • Loading branch information
coloradocolby committed May 31, 2022
1 parent 774ad42 commit cd5b915
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/gh-extension-precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cli/gh-extension-precompile@latest
- uses: cli/[email protected]
with:
go_version: "1.17"
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: "1.17"

- name: build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setup go
uses: actions/[email protected]
with:
go-version: "1.17.3"
go-version: "1.17"

- name: build releases
run: |
Expand Down

0 comments on commit cd5b915

Please sign in to comment.