Skip to content

ci: uci/update-go

ci: uci/update-go #181

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