Skip to content

build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 #15

build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0

build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 #15

Workflow file for this run

name: End To End Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
workflow_call:
jobs:
build:
name: Lint Test and Build
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
check-latest: true
- name: API Coverage
run: |
sudo apt install libnss3-tools
make mkcert-generate
./scripts/e2e.sh