We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3ff34 commit 5fca775Copy full SHA for 5fca775
.github/workflows/helloworld.yml
@@ -18,10 +18,10 @@ jobs:
18
- uses: actions/checkout@main
19
- uses: actions/setup-go@v2
20
with:
21
- go-version: '^1.13.1' # The Go version to download (if necessary) and use.
+ go-version: '^1.13.1' # The Go version to download (if necessary) and use.
22
- run: |
23
- go test
24
- go build -o ${{ env.APP_NAME }}
+ go test
+ go build -o ${{ env.APP_NAME }}
25
26
# Connect to Azure Container Registry (ACR)
27
- uses: azure/docker-login@v1
0 commit comments