Skip to content

chore: run go mod tidy #180

chore: run go mod tidy

chore: run go mod tidy #180

Workflow file for this run

on: [push, pull_request]
jobs:
sharness:
strategy:
fail-fast: false
matrix:
go: [ "1.18.x", "1.19.x" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Go information
run: |
go version
go env
- name: run sharness tests
run: cd sharness && make