Skip to content

[Snyk] Security upgrade debian from latest to 12.5 #67

[Snyk] Security upgrade debian from latest to 12.5

[Snyk] Security upgrade debian from latest to 12.5 #67

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Install dependencies
run: ./scripts/install-dependencies.sh
- name: Build
run: go build -v ./...
- name: Test
run: LD_LIBRARY_PATH="/usr/local/lib/" go test -v ./...