Skip to content

bump go, bump deps for cve, bump opencost and move to opencost/core #188

bump go, bump deps for cve, bump opencost and move to opencost/core

bump go, bump deps for cve, bump opencost and move to opencost/core #188

Workflow file for this run

name: PR - build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: ^1.16
- name: Install govvv
run: |
go install github.com/ahmetb/govvv@master
- uses: actions/checkout@v2
- name: Make build
run: |
make build