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: ...@@ -49,10 +49,10 @@ jobs:
GO111MODULE: on GO111MODULE: on
working-directory: ~ working-directory: ~
- name: Lint - name: Lint
if: matrix.os == 'linux-latest' if: matrix.os == 'ubuntu-latest'
run: make lint run: make lint
- name: Vet - name: Vet
if: matrix.os == 'linux-latest' if: matrix.os == 'ubuntu-latest'
run: make vet run: make vet
- name: Build - name: Build
run: make 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