Skip to content

Commit

Permalink
chore: split jobs cache keys (build)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed May 30, 2023
1 parent dde5a48 commit 6d62e61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v4
# - uses: actions/setup-go@v4
- uses: erezrokah/setup-go@feat/add_cache_prefix
with:
go-version: ^1.20
cache-key-prefix: build-cache-
id: go

- name: Build
Expand Down

0 comments on commit 6d62e61

Please sign in to comment.