Skip to content

chore(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#206) #17

chore(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#206)

chore(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#206) #17

Workflow file for this run

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