implement go packages cache

This commit is contained in:
teddy931130 2025-01-18 11:44:54 +02:00
parent e12100aa1a
commit e435aa3a98

View file

@ -38,11 +38,12 @@ jobs:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.ref_name }} ref: ${{ github.ref_name }}
### NOT using dependency caches, since using GitHub-hosted runners. More info at the URL below: ### Need to be careful with dependency caches, since using GitHub-hosted runners. More info at the URL below:
### https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#about-caching-workflow-dependencies ### https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#about-caching-workflow-dependencies
# - uses: actions/setup-go@v5 - name: Cache go.mod packages
# with: uses: actions/setup-go@v5
# go-version-file: "go.mod" with:
go-version-file: "go.mod"
- name: Configure AWS Credentials - name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4 uses: aws-actions/configure-aws-credentials@v4