We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92e9f1 commit 5c4b5a5Copy full SHA for 5c4b5a5
1 file changed
.github/workflows/pr.yml
@@ -15,7 +15,9 @@ jobs:
15
name: Set up Go 1.x
16
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
17
with:
18
- go-version: 1.22.10
+ go-version-file: './go.mod'
19
+ cache: true
20
+ cache-dependency-path: '**/go.sum'
21
-
22
name: Set up Python 3.11
23
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
0 commit comments