Skip to content

Commit

Permalink
temporary disable testing on go < 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Jan 22, 2024
1 parent 13758ee commit 6de3e4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
strategy:
matrix:
containers:
- 1.18.10-bullseye
- 1.19.13-bullseye
- 1.20.9-bullseye
# TODO uncomment in case of rolling back to 1.18
# - 1.18.10-bullseye
# - 1.19.13-bullseye
# - 1.20.9-bullseye
- 1.21.2-bullseye
runs-on: ubuntu-latest
container: golang:${{ matrix.containers }}
Expand Down

0 comments on commit 6de3e4b

Please sign in to comment.