From d5c4f6cb40016698f4e0af36604bfdd8b2819135 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Tue, 15 Jun 2021 00:08:54 +0200 Subject: [PATCH] fix matrix var to use os --- .github/workflows/golang-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-test.yml b/.github/workflows/golang-test.yml index 920a0f8ae..96ab33160 100644 --- a/.github/workflows/golang-test.yml +++ b/.github/workflows/golang-test.yml @@ -47,4 +47,4 @@ jobs: run: go mod tidy - name: run build - run: GOOS=${{ matrix.go-version }} go build . \ No newline at end of file + run: GOOS=${{ matrix.os }} go build . \ No newline at end of file