Skip to content

Commit

Permalink
update go
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Tan <[email protected]>
  • Loading branch information
JaredTan95 committed Oct 13, 2024
1 parent ec4a659 commit 7241e70
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/openinsight-release-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,20 @@ jobs:
env:
TAG: ${{ github.sha }}
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.8"
go-version: "1.22.8"
cache: false
- name: Cache Go
id: go-cache
uses: actions/cache@v3
timeout-minutes: 5
uses: actions/cache@v4
with:
path: |
~/go/bin
~/go/pkg/mod
./.tools
key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
# refs: https://github.com/FuelLabs/fuel.nix/pull/121
- uses: jlumbroso/free-disk-space@main
Expand Down

0 comments on commit 7241e70

Please sign in to comment.