Skip to content

Commit c6147be

Browse files
[MADE GO MICROSERVICE BOILER PLATE]
1 parent cc32a9c commit c6147be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: mkdir -p release
3030

3131
- name: Build binary
32+
shell: bash
3233
run: |
3334
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
3435
GOOS=linux GOARCH=amd64 go build -o release/gores-linux-amd64 main.go

0 commit comments

Comments
 (0)