Skip to content

Fix: CVEs on marvin image #66

Fix: CVEs on marvin image

Fix: CVEs on marvin image #66

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
cache: true
- name: test
run: make test
- name: build
run: make build
- name: check license headers
run: make checklicense