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 <[email protected]>
  • Loading branch information
iamniting committed Oct 18, 2023
1 parent b74ee19 commit 44e73ca
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 44e73ca

Please sign in to comment.