Skip to content

Commit

Permalink
action: add go 1.21 in actions
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
  • Loading branch information
iamniting authored and openshift-cherrypick-robot committed Oct 19, 2023
1 parent 3ead1db commit 5cbf8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20"]
go: ["1.20", "1.21"]
steps:
- uses: actions/setup-go@v4
with:
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20"]
go: ["1.20", "1.21"]
steps:
- uses: actions/setup-go@v4
with:
Expand All @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20"]
go: ["1.20", "1.21"]
steps:
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 5cbf8ab

Please sign in to comment.