Skip to content

Commit 5fca775

Browse files
author
Moussa Ouattara
committed
update
1 parent dc3ff34 commit 5fca775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/helloworld.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@main
1919
- uses: actions/setup-go@v2
2020
with:
21-
go-version: '^1.13.1' # The Go version to download (if necessary) and use.
21+
go-version: '^1.13.1' # The Go version to download (if necessary) and use.
2222
- run: |
23-
go test
24-
go build -o ${{ env.APP_NAME }}
23+
go test
24+
go build -o ${{ env.APP_NAME }}
2525
2626
# Connect to Azure Container Registry (ACR)
2727
- uses: azure/docker-login@v1

0 commit comments

Comments
 (0)