Skip to content

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 #50

Bump golang.org/x/crypto from 0.24.0 to 0.25.0

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 #50

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Testing build
run: go build
- name: Run common tests
run: go test -run '.' common_test.go common.go types.go