Skip to content

add . shortcut to embed public key #43

add . shortcut to embed public key

add . shortcut to embed public key #43

Workflow file for this run

name: Go
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21
- uses: actions/checkout@v4
- run: |
go run github.com/ysmood/golangci-lint@latest
go test ./...