Skip to content

Commit a7426b2

Browse files
committed
Explicitly add setup-go action for macOS
1 parent e63e0af commit a7426b2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/stack-size.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
2121

22+
- name: Install Go
23+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # 6.1.0
24+
with:
25+
go-version: stable
26+
2227
- name: Monero Daemon Cache
2328
id: cache-monerod
2429
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4

0 commit comments

Comments
 (0)