Skip to content

Bump github.com/Myra-Security-GmbH/myrasec-go/v2 from 2.50.0 to 2.51.0 #891

Bump github.com/Myra-Security-GmbH/myrasec-go/v2 from 2.50.0 to 2.51.0

Bump github.com/Myra-Security-GmbH/myrasec-go/v2 from 2.50.0 to 2.51.0 #891

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
-
name: Test
run: go test -v ./...
-
name: Build (test)
run: ./scripts/testbuild.sh