Skip to content

Bump github.com/np-guard/models from 0.3.4 to 0.5.0 #1592

Bump github.com/np-guard/models from 0.3.4 to 0.5.0

Bump github.com/np-guard/models from 0.3.4 to 0.5.0 #1592

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version-file: ./go.mod
- name: Build
run: make build
- name: Test
run: make test