Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/golangci/golangci-lint from 1.37.1 to 1.39.0 in /tools #18510

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2021

Bumps github.com/golangci/golangci-lint from 1.37.1 to 1.39.0.

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.39.0

Changelog

94d2d803 Add gomoddirectives linter. (#1817) b6a6faa9 Add new presets (#1847) 8db518ce Add versions, improve deprecation system, improve linters page (#1854) 4bc68c0a Bump gofumpt from v0.1.0 to v0.1.1 (#1834) 82778e2f Bump importas to HEAD (#1864) fb394a99 Bump makezero to HEAD (#1865) e381b330 Bump rowserrcheck to HEAD (#1843) 8d0075da Bump staticcheck to 2020.2.3 (v0.1.3) (#1829) 03992d04 Bump wrapcheck to v1.0.0 (#1863) fce3949d Deprecate 'scopelint' linter (#1819) 2e5e8874 Improve issue templates chooser. (#1821) 87d37c6c Restore fast linters meaning (#1844) 814bf0e0 Set version command output to Stdout (#1869) ba6e969f build(deps): bump github.com/go-critic/go-critic from 0.5.4 to 0.5.5 (#1867) e23f80ee build(deps): bump github.com/mgechev/revive from 1.0.3 to 1.0.5 (#1866) 714bd288 build(deps): bump github.com/securego/gosec/v2 from 2.6.1 to 2.7.0 (#1823) c11228b4 build(deps): bump github.com/shirou/gopsutil/v3 from 3.21.1 to 3.21.2 (#1822) cd2025d1 build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1 (#1845) 7a612da1 bump ifshort to v1.0.2 (#1837) 351f57b1 bump wastedassign to v0.2.0 (#1815) 809be026 fix: linters load mode (#1862) e1a734e5 nolintlint: allow to fix //nolint lines (#1583) cd6644d4 revive: the default configuration is only applied when no dedicated configuration. (#1831) 9aea4aee typecheck: display compilation errors as report instead of error (#1861)

v1.38.0

Changelog

5698d46e Add ForceTypeAssert linter (#1789) 012559c5 Add linter wastedassign (#1651) 66fc7797 Add nilerr linter. (#1788) f00da2c0 Add stringintconv and ifaceassert to govet (#1360) a1e3749a Bump github.com/Djarvur/go-err113 to HEAD (#1760) 495a74f6 Bump github.com/timakin/bodyclose to HEAD (#1758) b7aac3b1 Bump wsl to v3.2.0 (#1750) 251b205f Deprecate Interfacer linter (#1755) 42ff682f Deprecate maligned, add govet fieldalignment as replacement (#1765) 92d38e52 Exclude PR about doc dependencies from release changelog. (#1752) 89315e00 Fix go-header usage (#1785) 05836e48 Integrate ImportAs linter (#1783) cdaf03d1 Remove outdated CVEs from .nancy-ignore (#1791) 856ffd16 Support RelatedInformation for analysis Diagnostic (#1773) 507703b4 Update Docs and Assets Github Actions (#1460) 5dcc3eaf Update dependencies that dependabot cannot (#1790) 2e7c389d Update staticcheck to v0.1.2 (2020.2.2) (#1756) b77118fd Use errcheck from main repo instead of golangci-lint fork (#1319) 1a906bc1 Use go v1.14 in go.mod file (#1803)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot requested a review from a team as a code owner March 31, 2021 19:10
@dependabot dependabot bot added dependencies Used to indicate dependency changes. go labels Mar 31, 2021
@ghost ghost added the size/XL Managed by automation to categorize the size of a PR. label Mar 31, 2021
Previously:

```
aws/resource_aws_lb_target_group.go:427:4: ineffectual assignment to params (ineffassign)
			params = &elbv2.ModifyTargetGroupInput{
			^
```

Output from acceptance testing:

```
--- PASS: TestAccAWSLBTargetGroup_BackwardsCompatibility (39.17s)
--- PASS: TestAccAWSLBTargetGroup_basic (45.45s)
--- PASS: TestAccAWSLBTargetGroup_basicUdp (35.68s)
--- PASS: TestAccAWSLBTargetGroup_changeNameForceNew (99.19s)
--- PASS: TestAccAWSLBTargetGroup_changePortForceNew (99.20s)
--- PASS: TestAccAWSLBTargetGroup_changeProtocolForceNew (95.43s)
--- PASS: TestAccAWSLBTargetGroup_changeVpcForceNew (65.16s)
--- PASS: TestAccAWSLBTargetGroup_defaults_application (48.32s)
--- PASS: TestAccAWSLBTargetGroup_defaults_network (49.86s)
--- PASS: TestAccAWSLBTargetGroup_enableHealthCheck (44.87s)
--- PASS: TestAccAWSLBTargetGroup_generatedName (56.27s)
--- PASS: TestAccAWSLBTargetGroup_namePrefix (51.33s)
--- PASS: TestAccAWSLBTargetGroup_networkLB_TargetGroup (134.41s)
--- PASS: TestAccAWSLBTargetGroup_networkLB_TargetGroupWithProxy (68.68s)
--- PASS: TestAccAWSLBTargetGroup_preserveClientIPValid (83.27s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Geneve (49.80s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Tcp_HealthCheck_Protocol (92.44s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Tls (51.33s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion (34.64s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion_GRPC_HealthCheck (64.98s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion_HTTP_GRPC_Update (83.33s)
--- PASS: TestAccAWSLBTargetGroup_stickinessDefaultALB (62.77s)
--- PASS: TestAccAWSLBTargetGroup_stickinessDefaultNLB (130.76s)
--- PASS: TestAccAWSLBTargetGroup_stickinessInvalidALB (84.61s)
--- PASS: TestAccAWSLBTargetGroup_stickinessInvalidNLB (58.79s)
--- PASS: TestAccAWSLBTargetGroup_stickinessValidALB (65.08s)
--- PASS: TestAccAWSLBTargetGroup_stickinessValidNLB (168.27s)
--- PASS: TestAccAWSLBTargetGroup_tags (104.25s)
--- PASS: TestAccAWSLBTargetGroup_TCP_HTTPHealthCheck (69.58s)
--- PASS: TestAccAWSLBTargetGroup_updateHealthCheck (88.88s)
--- PASS: TestAccAWSLBTargetGroup_updateSticknessEnabled (97.19s)
--- PASS: TestAccAWSLBTargetGroup_withoutHealthcheck (29.58s)
```
@bflad bflad self-assigned this Mar 31, 2021
@ghost ghost added the service/elbv2 Issues and PRs that pertain to the elbv2 service. label Mar 31, 2021
@bflad
Copy link
Contributor

bflad commented Mar 31, 2021

Previous CI failure due to new error report:

aws/resource_aws_lb_target_group.go:427:4: ineffectual assignment to params (ineffassign)
			params = &elbv2.ModifyTargetGroupInput{
			^

Output from acceptance testing after removing that:

--- PASS: TestAccAWSLBTargetGroup_BackwardsCompatibility (39.17s)
--- PASS: TestAccAWSLBTargetGroup_basic (45.45s)
--- PASS: TestAccAWSLBTargetGroup_basicUdp (35.68s)
--- PASS: TestAccAWSLBTargetGroup_changeNameForceNew (99.19s)
--- PASS: TestAccAWSLBTargetGroup_changePortForceNew (99.20s)
--- PASS: TestAccAWSLBTargetGroup_changeProtocolForceNew (95.43s)
--- PASS: TestAccAWSLBTargetGroup_changeVpcForceNew (65.16s)
--- PASS: TestAccAWSLBTargetGroup_defaults_application (48.32s)
--- PASS: TestAccAWSLBTargetGroup_defaults_network (49.86s)
--- PASS: TestAccAWSLBTargetGroup_enableHealthCheck (44.87s)
--- PASS: TestAccAWSLBTargetGroup_generatedName (56.27s)
--- PASS: TestAccAWSLBTargetGroup_namePrefix (51.33s)
--- PASS: TestAccAWSLBTargetGroup_networkLB_TargetGroup (134.41s)
--- PASS: TestAccAWSLBTargetGroup_networkLB_TargetGroupWithProxy (68.68s)
--- PASS: TestAccAWSLBTargetGroup_preserveClientIPValid (83.27s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Geneve (49.80s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Tcp_HealthCheck_Protocol (92.44s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Tls (51.33s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion (34.64s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion_GRPC_HealthCheck (64.98s)
--- PASS: TestAccAWSLBTargetGroup_ProtocolVersion_HTTP_GRPC_Update (83.33s)
--- PASS: TestAccAWSLBTargetGroup_stickinessDefaultALB (62.77s)
--- PASS: TestAccAWSLBTargetGroup_stickinessDefaultNLB (130.76s)
--- PASS: TestAccAWSLBTargetGroup_stickinessInvalidALB (84.61s)
--- PASS: TestAccAWSLBTargetGroup_stickinessInvalidNLB (58.79s)
--- PASS: TestAccAWSLBTargetGroup_stickinessValidALB (65.08s)
--- PASS: TestAccAWSLBTargetGroup_stickinessValidNLB (168.27s)
--- PASS: TestAccAWSLBTargetGroup_tags (104.25s)
--- PASS: TestAccAWSLBTargetGroup_TCP_HTTPHealthCheck (69.58s)
--- PASS: TestAccAWSLBTargetGroup_updateHealthCheck (88.88s)
--- PASS: TestAccAWSLBTargetGroup_updateSticknessEnabled (97.19s)
--- PASS: TestAccAWSLBTargetGroup_withoutHealthcheck (29.58s)

@bflad bflad merged commit 47b0d8b into main Mar 31, 2021
@bflad bflad deleted the dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.39.0 branch March 31, 2021 20:46
@github-actions github-actions bot added this to the v3.35.0 milestone Mar 31, 2021
@ghost
Copy link

ghost commented Apr 1, 2021

This has been released in version 3.35.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented May 1, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators May 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Used to indicate dependency changes. service/elbv2 Issues and PRs that pertain to the elbv2 service. size/XL Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant