mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-25 23:38:42 +01:00
fix matrix var to use os
This commit is contained in:
parent
7df6cde968
commit
d5c4f6cb40
2
.github/workflows/golang-test.yml
vendored
2
.github/workflows/golang-test.yml
vendored
@ -47,4 +47,4 @@ jobs:
|
|||||||
run: go mod tidy
|
run: go mod tidy
|
||||||
|
|
||||||
- name: run build
|
- name: run build
|
||||||
run: GOOS=${{ matrix.go-version }} go build .
|
run: GOOS=${{ matrix.os }} go build .
|
Loading…
Reference in New Issue
Block a user