Skip to content

Bump github.com/grafana/tanka from 0.26.0 to 0.27.1 #289

Bump github.com/grafana/tanka from 0.26.0 to 0.27.1

Bump github.com/grafana/tanka from 0.26.0 to 0.27.1 #289

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.22
- run: go test ./... -bench=. -benchmem