Skip to content

Commit 9709c4d

Browse files
committed
Properly set go version
Signed-off-by: ZIV NEVO <[email protected]>
1 parent 383368d commit 9709c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-output-validity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2525
with:
26-
go-version: 'stable'
26+
go-version-file: ./go.mod
2727

2828
- name: Build
2929
run: make

0 commit comments

Comments
 (0)