Skip to content

v3 - upgrade @actions/cache #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix check failures
  • Loading branch information
priyagupta108 committed Apr 11, 2025
commit 2e602de4784c33248a4c80a3559ded165d064e89
5 changes: 4 additions & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
@@ -161,7 +161,10 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, windows-latest, ubuntu-latest]
go: [1.9, 1.8.6]
go: [1.11.12, 1.8.6]
exclude:
- os: macos-13
go: 1.8.6
steps:
- name: Checkout
uses: actions/checkout@v3
Loading