Skip to content

deps(gomod): bump golang.org/x/crypto from 0.23.0 to 0.31.0 #4

deps(gomod): bump golang.org/x/crypto from 0.23.0 to 0.31.0

deps(gomod): bump golang.org/x/crypto from 0.23.0 to 0.31.0 #4

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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 ./...