Skip to content

chore: bump go.mod to Go 1.22 and run go fix (#182) #194

chore: bump go.mod to Go 1.22 and run go fix (#182)

chore: bump go.mod to Go 1.22 and run go fix (#182) #194

Workflow file for this run

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