Skip to content

fix: CVEs from outdated packages and golang version (#28) #43

fix: CVEs from outdated packages and golang version (#28)

fix: CVEs from outdated packages and golang version (#28) #43

Workflow file for this run

name: run-ci
on: [push]
jobs:
run-tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v3
with:
version-file: go.mod
- name: Vet
run: |
make vet
- name: Tests
run: |
make test