-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
build(deps): bump github.com/golangci/golangci-lint from 1.37.1 to 1.39.0 in /tools #18510
Conversation
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.37.1 to 1.39.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.37.1...v1.39.0) Signed-off-by: dependabot[bot] <support@github.com>
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) ```
Previous CI failure due to new error report:
Output from acceptance testing after removing that:
|
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! |
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! |
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.
... (truncated)
Commits
9aea4ae
typecheck: display compilation errors as report instead of error (#1861)ccb5bd0
docs: add cache directory information. (#1871)bcdfb7f
docs: typo fixes in architecture.mdx (#1870)814bf0e
Set version command output to Stdout (#1869)82778e2
Bump importas to HEAD (#1864)e23f80e
build(deps): bump github.com/mgechev/revive from 1.0.3 to 1.0.5 (#1866)ba6e969
build(deps): bump github.com/go-critic/go-critic from 0.5.4 to 0.5.5 (#1867)fb394a9
Bump makezero to HEAD (#1865)03992d0
Bump wrapcheck to v1.0.0 (#1863)809be02
fix: linters load mode (#1862)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