Skip to content

Commit

Permalink
Use ntt v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Nov 7, 2024
1 parent 29b6a1a commit 719c80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
go-version: stable
- shell: bash
run: mkdir -p "$PWD/servers"; GOBIN="$PWD/servers" go install github.com/nokia/ntt@maint/0.18
run: mkdir -p "$PWD/servers"; GOBIN="$PWD/servers" go install github.com/nokia/ntt@v0.18.1
- uses: actions/setup-node@v4
with:
node-version: latest
Expand Down

0 comments on commit 719c80e

Please sign in to comment.