Skip to content

Commit

Permalink
1. Fixed GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BorzdeG committed Jan 18, 2024
1 parent bbca873 commit c4f3215
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ jobs:

strategy:
matrix:
go: ["1.21.x", ">=1.22.0-rc.1"]
go: ["1.21.x"]
continueOnError: false
include:
- go: ">=1.22.0-rc.1"
continueOnError: true

continue-on-error: ${{ matrix.continueOnError }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c4f3215

Please sign in to comment.