Fix yaml syntax error for #78

This commit is contained in:
David Dworken 2023-02-24 09:53:04 -08:00
parent b25241d7b5
commit 11ffa3b7f3
No known key found for this signature in database

View File

@ -17,9 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build server binary
run: |
GOARCH=${{ matrix.goarch }} GOOS=${{ matrix.goos }} go build -o hishtory-server-${{ matrix.goos }}-${{ matrix.goarch }} backend/server/server.go