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

update actions/setup-go to v4 and disable cache #65

Merged
merged 1 commit into from Apr 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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