Skip to content

Commit

Permalink
refactor tools setup (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Apr 20, 2022
1 parent c37741c commit d8d9cfa
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 2,027 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.18.x"
go-version: '1.18'
check-latest: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.18.x"
go-version: '1.18'
check-latest: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down
Loading

0 comments on commit d8d9cfa

Please sign in to comment.