Skip to content

ci: Version bump for test.yml GHA workflow #36

ci: Version bump for test.yml GHA workflow

ci: Version bump for test.yml GHA workflow #36

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.21' ]
name: Go ${{ matrix.go }} testing
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test