Merge pull request #406 from github/simon-engledew/go-module
Check if this mitigates the go 1.16 issue
This commit is contained in:
commit
bde489c632
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pr-checks.yml
vendored
3
.github/workflows/pr-checks.yml
vendored
|
|
@ -1,5 +1,8 @@
|
|||
name: "PR checks"
|
||||
|
||||
env:
|
||||
GO111MODULE: auto
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, v1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue