File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ jobs:
38
38
fetch-depth : 0
39
39
ref : ${{ github.ref_name }}
40
40
41
- # ## NOT using dependency caches, since using GitHub-hosted runners. More info at the URL below:
41
+ # ## Need to be careful with dependency caches, since using GitHub-hosted runners. More info at the URL below:
42
42
# ## https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#about-caching-workflow-dependencies
43
- # - uses: actions/setup-go@v5
44
- # with:
45
- # go-version-file: "go.mod"
43
+ - name : Cache go.mod packages
44
+ uses : actions/setup-go@v5
45
+ with :
46
+ go-version-file : " go.mod"
46
47
47
48
- name : Configure AWS Credentials
48
49
uses : aws-actions/configure-aws-credentials@v4
You can’t perform that action at this time.
0 commit comments