Skip to content

Commit

Permalink
remove unnecessary go download as go tidy will do download as well
Browse files Browse the repository at this point in the history
  • Loading branch information
asalan316 authored and mvach committed Apr 19, 2022
1 parent db5b98d commit b1f960c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ issues:
# Disable this restriction
max-same-issues: 0
run:
# We still us go 1.17 since not all checks of golangci do support version 1.18 yet.
# See https://github.com/golangci/golangci-lint/issues/2649
go: '1.17'
skip-dirs:
- test/testdata_etc
Expand Down
2 changes: 0 additions & 2 deletions scripts/update
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ set -euo pipefail

pushd src/autoscaler
go mod tidy
go mod download
go mod vendor
popd

pushd src/changeloglockcleaner
go mod tidy
go mod download
go mod vendor
popd

Expand Down

0 comments on commit b1f960c

Please sign in to comment.