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 47a3efb commit 9f3cd52Copy full SHA for 9f3cd52
.github/workflows/go.yml
@@ -25,6 +25,13 @@ jobs:
25
- name: Test
26
run: go test ./...
27
28
+ - name: generate
29
+ run: go generate -x -v .
30
+
31
+ # Sanity checks the generated files.
32
+ - name: build
33
+ run: go build ./...
34
35
test-generator:
36
name: test-generator
37
runs-on: ubuntu-latest
go.mod
@@ -1,3 +1,3 @@
1
module github.com/andrewkroh/go-ingest-node
2
3
-go 1.22
+go 1.20
internal/jsonschema/go.work
@@ -1,4 +1,4 @@
-go 1.21.5
+go 1.22
use (
4
../..
0 commit comments