Skip to content

Commit

Permalink
fix matrix var to use os
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Jun 14, 2021
1 parent 7df6cde commit d5c4f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit d5c4f6c

Please sign in to comment.