Skip to content

support deterministic key generation #126

support deterministic key generation

support deterministic key generation #126

Workflow file for this run

name: Go
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21
- uses: actions/checkout@v4
- name: lint
run: go run github.com/ysmood/golangci-lint@latest
if: matrix.os == 'ubuntu-latest'
- name: test
run: go test ./...