Skip to content

Commit

Permalink
Change test runner to match the build and deploy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev committed Oct 20, 2023
1 parent ed456d8 commit f7330e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Build
run: |
npm install
npm run generate.go
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v2
with:
go-version: '1.21.0'
go-version: '1.19.6'
working-directory: ./clients/go
- name: Run Tests
run: |
Expand Down

0 comments on commit f7330e1

Please sign in to comment.