Skip to content

Commit abadc41

Browse files
Update .github/workflows/ci.yaml
Co-authored-by: Michael Valdron <michael.valdron@gmail.com>
1 parent 615c3ff commit abadc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v4
2525
with:
26-
go-version: "go.mod"
26+
go-version-file: "go.mod"
2727

2828
- name: Build
2929
run: go build -v ./...

0 commit comments

Comments
 (0)