fix matrix var to use os

This commit is contained in:
mlsmaycon 2021-06-15 00:08:54 +02:00
parent 7df6cde968
commit d5c4f6cb40

View File

@ -47,4 +47,4 @@ jobs:
run: go mod tidy
- name: run build
run: GOOS=${{ matrix.go-version }} go build .
run: GOOS=${{ matrix.os }} go build .