Skip to content

get rid of base64x temporarily since it doesn't work on arm64. #227

get rid of base64x temporarily since it doesn't work on arm64.

get rid of base64x temporarily since it doesn't work on arm64. #227

Workflow file for this run

name: test every commit
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
- run: go test ./...