Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
update actions/setup-go to v4 and disable cache
Browse files Browse the repository at this point in the history
Signed-off-by: jacobdonenfeld <jedonenfeld@gmail.com>
  • Loading branch information
jacobdonenfeld committed Mar 30, 2023
1 parent 8b20d03 commit e3daf78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -12,8 +12,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: false
go-version: "1.19"
- run: make setup-ci-env
- run: make validate-ci
Expand Down

0 comments on commit e3daf78

Please sign in to comment.