Skip to content

fix missing param for origURL in addOptions() #13

fix missing param for origURL in addOptions()

fix missing param for origURL in addOptions() #13

Workflow file for this run

---
on:
pull_request:
branches:
- main
name: Test
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
go: [ '1.17', '1.18', '1.19' ]
name: Test on go ${{ matrix.go }} and ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test