Skip to content

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #75

Bump golang.org/x/crypto from 0.12.0 to 0.13.0

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #75

Workflow file for this run

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