Skip to content

Commit

Permalink
Finish centralizing the Go installation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Apr 30, 2024
1 parent 8ad923e commit 5d706fa
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/hypersdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
uses: ./.github/actions/install-go
with:
go-version: '1.21'
check-latest: true
cache: true
cache-dependency-path: |
go.sum
examples/tokenvm/go.sum
Expand Down Expand Up @@ -212,11 +209,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
uses: ./.github/actions/install-go
with:
go-version: '1.21'
check-latest: true
cache: true
cache-dependency-path: |
go.sum
examples/morpheusvm/go.sum
Expand Down Expand Up @@ -257,11 +251,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
uses: ./.github/actions/install-go
with:
go-version: '1.21'
check-latest: true
cache: true
cache-dependency-path: |
go.sum
examples/morpheusvm/go.sum
Expand All @@ -279,11 +270,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
uses: ./.github/actions/install-go
with:
go-version: '1.21'
check-latest: true
cache: true
cache-dependency-path: |
go.sum
examples/morpheusvm/go.sum
Expand Down

0 comments on commit 5d706fa

Please sign in to comment.