We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410a826 commit 665e65bCopy full SHA for 665e65b
.github/workflows/cicd.yaml
@@ -25,6 +25,9 @@ jobs:
25
- uses: actions/setup-node@v3
26
with:
27
node-version-file: .nvmrc
28
+ - uses: actions/setup-go@v3
29
+ with:
30
+ go-version-file: go.mod
31
32
- name: Install & Build & Test
33
run: |
examples/go.mod
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/ctison/graphql-codegen-golang
2
+
3
+go 1.18
go.work
0 commit comments