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

Commit

Permalink
Merge pull request #65 from jacobdonenfeld/update-setup-go-action
Browse files Browse the repository at this point in the history
update actions/setup-go to v4 and disable cache
  • Loading branch information
jacobdonenfeld committed Apr 24, 2023
2 parents f08516a + e3daf78 commit 59ebd21
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 59ebd21

Please sign in to comment.