Skip to content

Fixed bug causing 4.7.2 to be loaded in addition to 4.9.3 (#15) #42

Fixed bug causing 4.7.2 to be loaded in addition to 4.9.3 (#15)

Fixed bug causing 4.7.2 to be loaded in addition to 4.9.3 (#15) #42

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Test
run: go test -v ./...