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 b9c4553 commit 9f28284Copy full SHA for 9f28284
1 file changed
.github/workflows/go.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: actions/setup-go@v6
19
with:
20
go-version-file: 'go.mod'
21
+ cache: true
22
23
- name: Build
24
run: go build ./...
0 commit comments