Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Removed the remaining Go caches
Browse files Browse the repository at this point in the history
  • Loading branch information
miha-stopar committed Feb 26, 2024
1 parent 33f60ab commit c9382ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,10 @@ jobs:
with:
components: rustfmt, clippy
override: false
# Go cache for building geth-utils
- name: Go cache
uses: actions/cache@v3
- name: Setup golang
uses: actions/setup-go@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: lint-${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
go-version: ~1.21
- name: Cargo cache
uses: actions/cache@v3
with:
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/test-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
override: false

# Go cache for building geth-utils
- name: Go cache
uses: actions/cache@v3
- name: Setup golang
uses: actions/setup-go@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ github.workflow }}-${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

go-version: ~1.21
- name: Cargo cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c9382ce

Please sign in to comment.