Use correct comment character

pull/13/head
Danny McCormick 5 years ago committed by GitHub
parent 3b60f67c92
commit 5064ef8f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v1
with:
go-version: '1.9.3' // The Go version to download (if necessary) and use.
go-version: '1.9.3' # The Go version to download (if necessary) and use.
- run: go run hello.go
```

Loading…
Cancel
Save