Skip to content

chore(deps): update module golang.org/x/crypto to v0.45.0 [security] #133

chore(deps): update module golang.org/x/crypto to v0.45.0 [security]

chore(deps): update module golang.org/x/crypto to v0.45.0 [security] #133

Workflow file for this run

name: Build and Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...