Skip to content

Commit bde489c

Browse files
author
Simon Engledew
authored
Merge pull request #406 from github/simon-engledew/go-module
Check if this mitigates the go 1.16 issue
2 parents 964ae01 + 324d987 commit bde489c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "PR checks"
22

3+
env:
4+
GO111MODULE: auto
5+
36
on:
47
push:
58
branches: [main, v1]

0 commit comments

Comments
 (0)