Skip to content

Commit

Permalink
Merge pull request #563 from JayChavan-23/main
Browse files Browse the repository at this point in the history
Updated build.yml
  • Loading branch information
rueian authored Jun 12, 2024
2 parents 4ec259e + 4529a51 commit 0a50f7a
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 0a50f7a

Please sign in to comment.