Skip to content

Bump golang.org/x/crypto from 0.21.0 to 0.23.0 #171

Bump golang.org/x/crypto from 0.21.0 to 0.23.0

Bump golang.org/x/crypto from 0.21.0 to 0.23.0 #171

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@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.21.1'
- name: Build
run: go build -v ./cmd/gobble
- name: Test
run: go test -v ./...