Skip to content

Commit

Permalink
Merge pull request #1681 from tursodatabase/update-nemesis-ga
Browse files Browse the repository at this point in the history
update nemesis github action
  • Loading branch information
sivukhin authored Aug 20, 2024
2 parents 18cee29 + 2748ec7 commit fa1823c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nemesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN_TURSO_TEST }}

- name: Build nemesis test
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.21.4'
go-version-file: nemesis-tests/go.mod
- run: |
cd nemesis-tests
go build -o ../tursotests cmd/tursotest/main.go
Expand Down

0 comments on commit fa1823c

Please sign in to comment.