promscale icon indicating copy to clipboard operation
promscale copied to clipboard

Update github actions

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-go action minor v3.2.1 -> v3.3.0
golang (source) minor 1.18.4 -> 1.19.1
golangci/golangci-lint minor v1.46.2 -> v1.49.0
goreleaser/goreleaser minor v1.10.2 -> v1.11.4
securego/gosec action minor v2.12.0 -> v2.13.1

Release Notes

actions/setup-go

v3.3.0

Compare Source

This release introduces support for architecture input for setup-go action #​253. It also adds support for arm32 architecture for self-hosted runners. If architecture is not provided action will use default runner architecture. Example of usage:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
  with:
   go-version: '1.16'
   architecture: arm

This release also provides fix for issue #​241. #​250 adds support for using explicit filename for Windows which is necessary to satisfy Expand-Archive's requirement on .zip extension.

golang/go

v1.19.1

v1.19.0

v1.18.6

v1.18.5

golangci/golangci-lint

v1.49.0

Compare Source

IMPORTANT: varcheck and deadcode has been removed of default linters.

  1. new linters
    • interfacebloat: https://github.com/sashamelentyev/interfacebloat
    • logrlint: https://github.com/timonwong/logrlint
    • reassign: https://github.com/curioswitch/go-reassign
  2. updated linters
    • go-colorable: from 0.1.12 to 0.1.13
    • go-critic: from 0.6.3 to 0.6.4
    • go-errorlint: from 1.0.0 to 1.0.2
    • go-exhaustruct: from 2.2.2 to 2.3.0
    • gopsutil: from 3.22.6 to 3.22.7
    • gosec: from 2.12.0 to 2.13.1
    • revive: from 1.2.1 to 1.2.3
    • usestdlibvars: from 1.8.0 to 1.13.0
    • contextcheck: from v1.0.4 to v1.0.6 && re-enable
    • nosnakecase: This linter is deprecated.
    • varcheck: This linter is deprecated use unused instead.
    • deadcode: This linter is deprecated use unused instead.
    • structcheck: This linter is deprecated use unused instead.
  3. documentation
    • revive: fix wrong URL
    • Add a section about default exclusions
    • usestdlibvars: fix typo in documentation
    • nolintlint: remove allow-leading-space option
    • Update documentation and assets
  4. misc.
    • dev: rewrite the internal tests framework
    • fix: exit early on run --version
    • fix: set an explicit GOROOT in the Docker image for go-critic

v1.48.0

Compare Source

  1. new linters
    • usestdlibvars:https://github.com/sashamelentyev/usestdlibvars
  2. updated linters
    • contextcheck: disable linter
    • errcheck: from 1.6.1 to 1.6.2
    • gci: add missing custom-order setting
    • gci: from 0.5.0 to 0.6.0
    • ifshort: deprecate linter
    • nolint: drop allow-leading-space option and add "nolint:all"
    • revgrep: bump to HEAD
  3. documentation
    • remove outdated info on source install
  4. misc
    • go1.19 support

v1.47.3

Compare Source

  1. updated linters:
    • remove some go1.18 limitations
    • asasalint: from 0.0.10 to 0.0.11
    • decorder: from 0.2.2 to v0.2.3
    • gci: fix panic with invalid configuration option
    • gci: from 0.4.3 to v0.5.0
    • go-exhaustruct: from 2.2.0 to 2.2.2
    • gomodguard: from 1.2.3 to 1.2.4
    • nosnakecase: from 1.5.0 to 1.7.0
    • honnef.co/go/tools: from 0.3.2 to v0.3.3
  2. misc
    • cgo: fix linters ignoring CGo files

v1.47.2

Compare Source

  1. updated linters:
    • revive: ignore slow rules

v1.47.1

Compare Source

  1. updated linters:
    • gci: from 0.4.2 to 0.4.3
    • gci: remove the use of stdin
    • gci: fix options display
    • tenv: from 1.6.0 to 1.7.0
    • unparam: bump to HEAD

v1.47.0

Compare Source

  1. new linters:
    • asasalint: https://github.com/alingse/asasalint
    • nosnakecase: https://github.com/sivchari/nosnakecase
  2. updated linters:
    • decorder: from 0.2.1 to 0.2.2
    • errcheck: from 1.6.0 to 1.6.1
    • errname: from 0.1.6 to 0.1.7
    • exhaustive: from 0.7.11 to 0.8.1
    • gci: fix issues and re-enable autofix
    • gci: from 0.3.4 to 0.4.2
    • go-exhaustruct: from 2.1.0 to 2.2.0
    • go-ruleguard: from 0.3.19 to 0.3.21
    • gocognit: from 1.0.5 to 1.0.6
    • gocyclo: from 0.5.1 to 0.6.0
    • golang.org/x/tools: bump to HEAD
    • gosec: allow global config
    • gosec: from 2.11.0 to 2.12.0
    • nonamedreturns: from 1.0.1 to 1.0.4
    • paralleltest: from 1.0.3 to 1.0.6
    • staticcheck: fix generics
    • staticcheck: from 0.3.1 to 0.3.2
    • tenv: from 1.5.0 to 1.6.0
    • testpackage: from 1.0.1 to 1.1.0
    • thelper: from 0.6.2 to 0.6.3
    • wrapcheck: from 2.6.1 to 2.6.2
  3. documentation:
    • add thanks page
    • add a clear explanation about the staticcheck integration.
    • depguard: add ignore-file-rules
    • depguard: adjust phrasing
    • gocritic: add enable and disable ruleguard settings
    • gomnd: fix typo
    • gosec: add configs for all existing rules
    • govet: add settings for shadow and unusedresult
    • thelper: add fuzz config and description
    • linters: add defaults
goreleaser/goreleaser

v1.11.4

Compare Source

Changelog

Bug fixes
Documentation updates

Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.11.3...v1.11.4

What to do next?

v1.11.3

Compare Source

Changelog

Bug fixes
Dependency updates
Documentation updates

Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.11.2...v1.11.3

What to do next?

v1.11.2

Compare Source

Changelog

Bug fixes
Documentation updates

Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.11.1...v1.11.2

What to do next?

v1.11.1

Compare Source

Changelog

Documentation updates

Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.11.0...v1.11.1

What to do next?

v1.11.0

Compare Source

Changelog

New Features
Bug fixes
Dependency updates
Documentation updates
Other work

Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.10.3...v1.11.0

What to do next?

v1.10.3

Compare Source

Changelog

Bug fixes
Dependency updates
Documentation updates
Other work

Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.10.2...v1.10.3

What to do next?

securego/gosec

v2.13.1

Compare Source

Changelog

  • 19fa856 fix: make sure that nil Cwe pointer is handled when getting the CWE ID
  • 62fa4b4 test: remove white spaces from template
  • 074dc71 fix: handle nil CWE pointer in text template

v2.13.0

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - "before 2am" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jul 19 '22 01:07 renovate[bot]

The lint issues are due to the deprecation of ioutil in Go 1.19

Here's a PR that fixes the deprecations https://github.com/timescale/promscale/pull/1619 we should merge it first and then rebase. That will solve the lint issues and the upgrade_test that were fixed on another PR that's already in master.

alejandrodnm avatar Sep 05 '22 13:09 alejandrodnm