We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b708f commit 3aca67dCopy full SHA for 3aca67d
1 file changed
.github/workflows/release.yml
@@ -23,6 +23,10 @@ jobs:
23
24
- name: Set up Go
25
uses: actions/setup-go@v6
26
+ with:
27
+ go-version: 1.25.1
28
+
29
30
31
- name: Extract Release Notes
32
id: extract_notes
0 commit comments