Skip to content

Merge pull request #8 from peczenyj/fix-docs-remove-mentions-to-Defau… #4

Merge pull request #8 from peczenyj/fix-docs-remove-mentions-to-Defau…

Merge pull request #8 from peczenyj/fix-docs-remove-mentions-to-Defau… #4

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x, 1.24.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: make test