Skip to content

Commit

Permalink
Merge pull request #394 from cbgbt/install-golang-ci
Browse files Browse the repository at this point in the history
ci: install golang in build and release actions
  • Loading branch information
cbgbt authored Oct 10, 2024
2 parents 62228af + 024eba7 commit e2b9fa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install crane for testing
uses: ./.github/actions/install-crane
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v5
with:
go-version: "^1.18"
- name: Install cargo-dist
run: |
cargo install --locked \
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: cargo install cargo-deny --locked
- run: cargo install cargo-make --locked
- uses: actions/setup-go@v5
with:
go-version: "^1.18"
- run: make build

0 comments on commit e2b9fa7

Please sign in to comment.