Skip to content

Commit cd5b915

Browse files
committed
precompile on release
1 parent 774ad42 commit cd5b915

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/gh-extension-precompile.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: cli/gh-extension-precompile@latest
16+
- uses: cli/[email protected]
17+
with:
18+
go_version: "1.17"

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.16
18+
go-version: "1.17"
1919

2020
- name: build
2121
run: go build -v ./...

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: setup go
2525
uses: actions/[email protected]
2626
with:
27-
go-version: "1.17.3"
27+
go-version: "1.17"
2828

2929
- name: build releases
3030
run: |

0 commit comments

Comments
 (0)