Skip to content

Commit

Permalink
1. Temporarily disabled testing in unstable version
Browse files Browse the repository at this point in the history
  • Loading branch information
BorzdeG committed Aug 9, 2024
1 parent dc574db commit 19d620f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
matrix:
go: ["1.20.x", "1.21.x", "oldstable", "stable"]
continueOnError: [false]
include:
- go: ">=1.23.0-rc.2"
continueOnError: true
# include:
# - go: ">=1.23.0-rc.2"
# continueOnError: true

steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
check-latest: true

- run: make go-all-tests

Expand Down

0 comments on commit 19d620f

Please sign in to comment.