We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dec0f8 + 6cc4d6e commit 79bdcb0Copy full SHA for 79bdcb0
.github/actions/unit-tests/action.yml
@@ -6,6 +6,7 @@ runs:
6
- uses: actions/setup-go@v5
7
with:
8
go-version-file: .go-version
9
+ cache: true
10
11
- name: Install make
12
run: |
0 commit comments