Skip to content

Bump golang.org/x/crypto from 0.19.0 to 0.21.0 (#153) #339

Bump golang.org/x/crypto from 0.19.0 to 0.21.0 (#153)

Bump golang.org/x/crypto from 0.19.0 to 0.21.0 (#153) #339

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Build
run: go build -v .
- name: Test
run: go test -v .