Skip to content

Commit

Permalink
Disable Go caching for Go versions pre-Go module support
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed May 13, 2023
1 parent 4603721 commit 3e98fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: go/src/github.com/aws/aws-sdk-go
cache: false

- name: Setup Go env
shell: bash
Expand Down

0 comments on commit 3e98fae

Please sign in to comment.