Skip to content

Commit 81e6a05

Browse files
[UPDATE] Version Bump of go by adding setup-go
Changes in file .github/workflows/makefile-lint.yml: * added need for setup-go for checkmake
1 parent 33ba8b4 commit 81e6a05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/makefile-lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
go version || { print_error "Go installation failed." 40 41 ; exit 126; }
5151
yamllint --version || { print_error "Yamllint installation failed." 40 41 ; exit 126; }
5252
pandoc --version || { print_error "Pandoc installation failed." 40 41 ; exit 126; }
53+
- name: Force Setup newer go
54+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
55+
with:
56+
go-version: 1.25
57+
check-latest: true
58+
id: go_force
5359
- name: Lint Workflow YAML
5460
if: ${{ success() }}
5561
env:

0 commit comments

Comments
 (0)