Skip to content

Commit

Permalink
Updated build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <[email protected]>
  • Loading branch information
JayChavan-23 authored and rueian committed Jun 16, 2024
1 parent 8ed524a commit 658eb2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
fail-fast: false
matrix:
module: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
go-version: ['1.21.0', '1.22.0']
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.0'
go-version: ${{ matrix.go-version }}

- name: Test Module
run: |
Expand Down

0 comments on commit 658eb2a

Please sign in to comment.