Skip to content

Commit

Permalink
Re-enable go for Go integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jan 8, 2025
1 parent b008874 commit 0d2c43f
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: cpg-language-go/src/test/resources/golang/integration/go.mod
- 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
3 changes: 0 additions & 3 deletions cpg-language-go/src/test/resources/golang/buildtags/go.mod

This file was deleted.

3 changes: 3 additions & 0 deletions cpg-language-go/src/test/resources/golang/integration/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module mymodule.io/integration

go 1.21.1

0 comments on commit 0d2c43f

Please sign in to comment.