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 fe60ba2 commit 238ef9eCopy full SHA for 238ef9e
.github/workflows/makefile-lint.yml
@@ -51,7 +51,7 @@ jobs:
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
+ uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
55
with:
56
go-version: 1.25
57
check-latest: true
0 commit comments