remove tab

This commit is contained in:
Sergey Dolin 2023-09-01 10:27:52 +02:00 committed by GitHub
parent 9b4533e484
commit d8ddd101cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ steps:
go-version: '1.17' go-version: '1.17'
cache-dependency-path: | cache-dependency-path: |
go.sum go.sum
/tmp/env /tmp/env
- run: go run hello.go - run: go run hello.go
``` ```