Skip to content

Commit

Permalink
update common files (istio#17209)
Browse files Browse the repository at this point in the history
  • Loading branch information
SataQiu authored and istio-testing committed Sep 19, 2019
1 parent e4f1f0f commit 5a73c5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
export BUILD_WITH_CONTAINER ?= 0

ifeq ($(BUILD_WITH_CONTAINER),1)
IMG = gcr.io/istio-testing/build-tools:2019-09-16T11-57-35
IMG = gcr.io/istio-testing/build-tools:2019-09-17T18-24-15
UID = $(shell id -u)
PWD = $(shell pwd)
GOBIN_SOURCE ?= $(GOPATH)/bin
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a99504efa8ef5e5da9f1350581206caf8610e47d
302b5b078ff5a5da82f706b7af2d446f47dbc63c
2 changes: 1 addition & 1 deletion common/scripts/lint_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

GOGC=10 golangci-lint run -c ./common/config/.golangci.yml
GOGC=25 golangci-lint run -c ./common/config/.golangci.yml

0 comments on commit 5a73c5c

Please sign in to comment.