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.
1 parent 10c9019 commit 6cc4d6eCopy full SHA for 6cc4d6e
.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