Skip to content

Commit 90321c1

Browse files
authored
Merge pull request #30 from Team-MostWanted/bugfix/auto_update_workflow
added Go version to auto update workflow, which should fix the make u…
2 parents 038a573 + 1bd8cad commit 90321c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17+
- name: Set up Go
18+
uses: actions/setup-go@v4
19+
with:
20+
go-version: 'stable'
21+
1722
- name: Determine current year and quarter
1823
id: vars
1924
run: |

0 commit comments

Comments
 (0)