Skip to content

Commit

Permalink
Temporarily disable optional linters in stable img
Browse files Browse the repository at this point in the history
Skip running optional linters set in the stable image as a
workaround for the upstream version of those linters being
incompatible with Go 1.22.

Once the stable image(s) have been rebuilt with hotfixes to
workaround that incompatibility we can re-enable them.

refs atc0005/go-ci#1400
  • Loading branch information
atc0005 committed Feb 16, 2024
1 parent 1bf6a73 commit e0c2e14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
# Don't stop all workflow jobs if the unstable image linting tasks fail.
fail-fast: false
matrix:
container-image: ["go-ci-oldstable", "go-ci-stable", "go-ci-unstable"]
# container-image: ["go-ci-oldstable", "go-ci-stable", "go-ci-unstable"]
container-image: ["go-ci-oldstable","go-ci-unstable"]
experimental: [true]
container:
image: "ghcr.io/atc0005/go-ci:${{ matrix.container-image}}"
Expand Down

0 comments on commit e0c2e14

Please sign in to comment.