Commit db1fb013 authored by Janoš Guljaš's avatar Janoš Guljaš Committed by GitHub

fix lint and vet go github workflow condition (#547)

parent e48bf69f
......@@ -49,10 +49,10 @@ jobs:
GO111MODULE: on
working-directory: ~
- name: Lint
if: matrix.os == 'linux-latest'
if: matrix.os == 'ubuntu-latest'
run: make lint
- name: Vet
if: matrix.os == 'linux-latest'
if: matrix.os == 'ubuntu-latest'
run: make vet
- name: Build
run: make build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment