Skip to content

Commit c80cebe

Browse files
author
Rajat Goel
committed
Fix test.yml
1 parent 63d8dc7 commit c80cebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on: [push, pull_request]
22
name: Test
33
env:
4-
GO111MODULE=on
4+
GO111MODULE: "on"
55
jobs:
66
test:
77
strategy:

0 commit comments

Comments
 (0)