Skip to content

Conversation

milas
Copy link
Member

@milas milas commented Feb 15, 2023

  • Use Go 1.20 & 1.19 in CI (1.18 is now EOL)
    • go.mod now targets 1.19 - in the future, this should be safe to raise to the higher version as we use the new -compat flag properly
  • Update to latest golangci-lint
  • Move linting to happen as part of test job to ensure that it runs across the matrix of Go & OS versions, as some lint issues can be Go version or OS/platform specific
  • Upgrade distribution/v3 to latest

@milas milas added the dependencies Pull requests that update a dependency file label Feb 15, 2023
@milas milas self-assigned this Feb 15, 2023
* Use Go 1.20 & 1.19 in CI (1.18 is now EOL)
  * `go.mod` now targets 1.19 - in the future, this
    should be safe to raise to the higher version as
    we use the new `-compat` flag properly
* Update to latest golangci-lint
* Move linting to happen as part of test job to ensure
  that it runs across the matrix of Go & OS versions,
  as some lint issues can be Go version or OS/platform
  specific
* Upgrade `distribution/v3` to latest

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
@ndeloof ndeloof merged commit b16c6a1 into compose-spec:master Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants