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 with Go 1.19 #5753

Merged
merged 13 commits into from Oct 5, 2022
Merged

Build with Go 1.19 #5753

merged 13 commits into from Oct 5, 2022

Conversation

sylr
Copy link
Contributor

@sylr sylr commented Oct 3, 2022

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Build with Go 1.19

Verification

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
@pull-request-size pull-request-size bot added size/L and removed size/M labels Oct 3, 2022
Copy link
Member

@GiedriusS GiedriusS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two comments, otherwise LGTM

go.mod Outdated Show resolved Hide resolved
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
GiedriusS
GiedriusS previously approved these changes Oct 4, 2022
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
```
WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the golangci/golangci-lint#2649.
```

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
@sylr sylr marked this pull request as draft October 4, 2022 10:03
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
@sylr sylr marked this pull request as ready for review October 4, 2022 15:37
@sylr sylr requested a review from GiedriusS October 5, 2022 10:38
Copy link
Member

@GiedriusS GiedriusS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

@GiedriusS GiedriusS merged commit 7b927cf into thanos-io:main Oct 5, 2022
Copy link
Member

@GiedriusS GiedriusS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for always taking care of these upgrades 😄

douglascamata pushed a commit to douglascamata/thanos that referenced this pull request Oct 6, 2022
* Build with Go 1.19

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Run go fmt with go 1.19

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Add changelog entry

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Revert go version in go.mod

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Upgrade faillint to v1.11.0

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Upgrade github.com/golangci/golangci-lint to v1.49.0

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Remove deprecated linters

```
WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the golangci/golangci-lint#2649.
```

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Regen proto files

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Fix typo

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Format docs

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Upgrade gopsutil to v3.22.9

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Display diff in the check-docs target

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Fix macOS path in docs/components/tools.md

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
utukJ pushed a commit to utukJ/thanos that referenced this pull request Oct 13, 2022
* Build with Go 1.19

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Run go fmt with go 1.19

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Add changelog entry

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Revert go version in go.mod

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Upgrade faillint to v1.11.0

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Upgrade github.com/golangci/golangci-lint to v1.49.0

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Remove deprecated linters

```
WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the golangci/golangci-lint#2649.
```

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Regen proto files

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Fix typo

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Format docs

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Upgrade gopsutil to v3.22.9

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Display diff in the check-docs target

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

* Fix macOS path in docs/components/tools.md

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: utukj <utukphd@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants