Skip to content

Bump golang.org/x/crypto from 0.28.0 to 0.31.0 #614

Bump golang.org/x/crypto from 0.28.0 to 0.31.0

Bump golang.org/x/crypto from 0.28.0 to 0.31.0 #614

Workflow file for this run

name: Run common test
on:
push:
branches:
- master
- 'v*'
pull_request:
branches:
- master
- 'v*'
jobs:
build:
name: Common Test
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/go
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v5
with:
go-version: ^1.21
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: make test
- name: Vet
run: make vet