Skip to content

Commit 5064ef8

Browse files
author
Danny McCormick
authored
Use correct comment character
1 parent 3b60f67 commit 5064ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
- uses: actions/checkout@master
2020
- uses: actions/setup-go@v1
2121
with:
22-
go-version: '1.9.3' // The Go version to download (if necessary) and use.
22+
go-version: '1.9.3' # The Go version to download (if necessary) and use.
2323
- run: go run hello.go
2424
```
2525

0 commit comments

Comments
 (0)