Skip to content

build(deps): bump github.com/golang/glog from 0.0.0-20160126235308-23def4e6c14b to 1.2.4 #128

build(deps): bump github.com/golang/glog from 0.0.0-20160126235308-23def4e6c14b to 1.2.4

build(deps): bump github.com/golang/glog from 0.0.0-20160126235308-23def4e6c14b to 1.2.4 #128

Workflow file for this run

name: Build image
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-18.04
steps:
- name: Check out mayadata-io/cstorpoolauto repo
uses: actions/checkout@v2
- name: Run unit test
run: make test
- name: Build docker image
run: make image