Skip to content

Commit 156acf6

Browse files
authored
Merge pull request #874 from hpandeycodeit/install_scripts
Adding the GO111MODULE environment variable
2 parents 5cfc70b + 5a5d859 commit 156acf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install_and_setup.sh

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
export GO111MODULE=on
18+
1719
go get sigs.k8s.io/kind@v0.4.0
1820
go get sigs.k8s.io/kustomize/v3/cmd/kustomize@v3.0.1
1921

0 commit comments

Comments
 (0)