Merge pull request #406 from github/simon-engledew/go-module

Check if this mitigates the go 1.16 issue
This commit is contained in:
Simon Engledew
2021-03-01 13:20:17 +00:00
committed by GitHub

View File

@@ -1,5 +1,8 @@
name: "PR checks"
env:
GO111MODULE: auto
on:
push:
branches: [main, v1]