Skip to content

nix: update to 0.13.1 and remove deprecated vendorSha256 #268

nix: update to 0.13.1 and remove deprecated vendorSha256

nix: update to 0.13.1 and remove deprecated vendorSha256 #268

Workflow file for this run

name: go test
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- run: go test ./... -bench=. -benchmem