Skip to content

Commit

Permalink
Merge pull request k8snetworkplumbingwg#277 from antoninbas/fix-typo-…
Browse files Browse the repository at this point in the history
…in-github-workflow

Fix typo in Github workflow
  • Loading branch information
maiqueb authored Nov 16, 2022
2 parents acddfd5 + 7f2330d commit ffea525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.17.x, 1.18.x
go-version: [1.17.x, 1.18.x]
#goarch: [386, amd64, arm, ppc64le, arm64]
goarch: [amd64, arm64]
os: [ubuntu-latest] #, macos-latest, windows-latest]
Expand Down

0 comments on commit ffea525

Please sign in to comment.