We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ba8b4 commit 81e6a05Copy full SHA for 81e6a05
.github/workflows/makefile-lint.yml
@@ -50,6 +50,12 @@ jobs:
50
go version || { print_error "Go installation failed." 40 41 ; exit 126; }
51
yamllint --version || { print_error "Yamllint installation failed." 40 41 ; exit 126; }
52
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
59
- name: Lint Workflow YAML
60
if: ${{ success() }}
61
env:
0 commit comments