Skip to content

Commit

Permalink
Bug fix in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Jun 20, 2024
1 parent db579dd commit f4ca308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: 1.22.x
go-version: [1.22.x]
arch: [x86_64, aarch64]

steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
go-version: [1.22.x]

- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: 1.22.x
go-version: [1.22.x]
arch: [x86_64, aarch64]

steps:
Expand Down

0 comments on commit f4ca308

Please sign in to comment.