Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 35f2885

Browse files
committed
🐛 Fix wrong golang version for cache action
1 parent f6fd86a commit 35f2885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: 1.22.0
17+
go-version: 1.23
1818

1919
- name: Install Task
2020
uses: arduino/setup-task@v1

0 commit comments

Comments
 (0)