Update go.yml

This commit is contained in:
Oskar 2021-10-27 23:01:16 +02:00 committed by GitHub
parent e33f9e522e
commit 5aea9fd5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
with:
go-version: 1.17
- run: find . -type f -exec sed -i 's,rhysd/go-github-selfupdate,MedzikUser/go-github-selfupdate,g' {} +
- run: find . -type f -exec sed -i 's,MedzikUser/go-github-selfupdate,rhysd/go-github-selfupdate,g' {} +
- name: Build
run: go build -v ./...