Skip to content

Commit

Permalink
Fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Oct 15, 2023
1 parent 2b478a4 commit 439da97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
go-version: ${{ matrix.go-version }}

- name: Install Task
uses: arduino/setup-task@v1
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
go-version: ${{ matrix.go-version }}

- name: Setup Golang caches
uses: actions/cache@v3
Expand Down

0 comments on commit 439da97

Please sign in to comment.