Skip to content

Commit

Permalink
fix(test): use go-version in the matrix step
Browse files Browse the repository at this point in the history
Refs: #5
  • Loading branch information
piraz committed May 31, 2024
1 parent de8550f commit 3f0c2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.node-version }}
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
node-version: ${{ matrix.go-version }}
go-version: ${{ matrix.go-version }}
- name: Install dependencies
run: |
go mod tidy
Expand Down

0 comments on commit 3f0c2ed

Please sign in to comment.