Skip to content

Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#358) #838

Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#358)

Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#358) #838

Workflow file for this run

name: Run tests
on:
push:
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run go tests
run: |
go test ./...