Skip to content

Commit

Permalink
remove go1.20 from gh-actions test matrix
Browse files Browse the repository at this point in the history
Removing go 1.20 from test matrix as we are moving to go 1.21.

Signed-off-by: Umanga Chapagain <[email protected]>
  • Loading branch information
umangachapagain committed Jan 3, 2024
1 parent 1942fce commit 5065887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ocs-operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]
steps:
- uses: actions/setup-go@v3
with:
Expand All @@ -66,7 +66,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5065887

Please sign in to comment.