We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82f2b1 commit e27bc45Copy full SHA for e27bc45
1 file changed
.github/workflows/build.yml
@@ -21,8 +21,7 @@ jobs:
21
- name: Set up Go
22
uses: actions/setup-go@v5
23
with:
24
- go-version: 'stable'
25
- check-latest: true
+ go-version: '>=1.22.7'
26
27
- name: Set up Node.js
28
uses: actions/setup-node@v4
0 commit comments