This commit is contained in:
MedzikUser 2021-10-27 22:54:03 +02:00
parent e8ecb189e5
commit c9e5fe26ca
1 changed files with 2 additions and 0 deletions

View File

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