Skip to content

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /backend #289

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /backend

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /backend #289

Workflow file for this run

name: "CodeQL"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Build
run: make full-build
- name: Test
run: cd backend && go test -v ./...