We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868fc46 commit 3ba65d7Copy full SHA for 3ba65d7
1 file changed
.github/workflows/install-check.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v4
22
with:
23
- go-version: "1.23"
+ go-version: "1.25"
24
25
- name: Install gowitness at specific commit
26
run: |
0 commit comments