Skip to content

chore: update golang.org/x/crypto to v0.24.0 #23

chore: update golang.org/x/crypto to v0.24.0

chore: update golang.org/x/crypto to v0.24.0 #23

Workflow file for this run

name: Build and test
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ^1.22
- run: go mod download
- run: make -j all
- run: make -j test