From 5fa80cd2f574f4cc062cef0faf1b6c02c94eeb48 Mon Sep 17 00:00:00 2001 From: "reactor-production[bot]" <77807400+reactor-production[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 11:32:12 -0700 Subject: [PATCH] feat(bootstrap): v7.2.0 (#13) Co-authored-by: bootstrapabot[bot] <97222+reactor-production[bot]@users.noreply.github.com> --- .github/pull_request_template.md | 3 +++ .gitignore | 3 +++ bootstrap.lock | 6 +++--- go.mod | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f195662..298a42a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,3 +14,6 @@ **Notes for your reviewer**: + + + diff --git a/.gitignore b/.gitignore index 6e5c768..86040a3 100644 --- a/.gitignore +++ b/.gitignore @@ -52,5 +52,8 @@ Pulumi.*.yaml # bootstrap libs .bootstrap +# CircleCI cache version +/cache-version.txt + ###Block(extras) ###EndBlock(extras) diff --git a/bootstrap.lock b/bootstrap.lock index 30120d1..803c18c 100644 --- a/bootstrap.lock +++ b/bootstrap.lock @@ -1,6 +1,6 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # vim: set syntax=yaml: -version: v6.7.5 -generated: 2021-05-26T01:38:53Z +version: v7.2.0 +generated: 2021-07-13T00:37:32Z versions: - devbase: v1.3.0 + devbase: v1.7.0 diff --git a/go.mod b/go.mod index 913c072..5b4ea92 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/getoutreach/lintroller -go 1.14 +go 1.15 require golang.org/x/tools v0.1.2