Skip to content

Commit

Permalink
Remove unncessary Go install
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jan 8, 2025
1 parent 4dc1e4f commit b008874
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Setup neo4j
run: |
docker run -d --env NEO4J_AUTH=neo4j/password -p7474:7474 -p7687:7687 -e NEO4JLABS_PLUGINS='["apoc"]' neo4j:5 || true
Expand Down

0 comments on commit b008874

Please sign in to comment.