Skip to content

Commit 665e65b

Browse files
committed
chore: add root go.mod
1 parent 410a826 commit 665e65b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- uses: actions/setup-node@v3
2626
with:
2727
node-version-file: .nvmrc
28+
- uses: actions/setup-go@v3
29+
with:
30+
go-version-file: go.mod
2831

2932
- name: Install & Build & Test
3033
run: |

examples/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/ctison/graphql-codegen-golang
2+
3+
go 1.18

go.work

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)