Skip to content

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 #884

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 #884

Workflow file for this run

name: Build
on:
push:
branches:
- main
- beta
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: ^1.22
cache-dependency-path: go.sum
- name: Build
run: go build -v .
- name: Test
run: go test -v ./...