Skip to content

Commit d96e115

Browse files
megalinter
Signed-off-by: mauriciozanettisalomao <mauriciozanetti86@gmail.com>
1 parent 9c82443 commit d96e115

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mega-linter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
contents: read
2424

2525
steps:
26+
- name: Setup Go
27+
uses: actions/setup-go@v5
28+
with:
29+
go-version: 1.24.2
30+
2631
# Git Checkout
2732
- name: Checkout Code
2833
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)