mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:19 -04:00
fix matrix var to use os
This commit is contained in:
2
.github/workflows/golang-test.yml
vendored
2
.github/workflows/golang-test.yml
vendored
@@ -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 .
|
||||
Reference in New Issue
Block a user