Skip to content

Commit 9f3cd52

Browse files
authored
[Automation] Bump Go version in go.work (#8)
Ensure that go.work is updated and add test to catch this in the future.
1 parent 47a3efb commit 9f3cd52

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/go.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
- name: Test
2626
run: go test ./...
2727

28+
- name: generate
29+
run: go generate -x -v .
30+
31+
# Sanity checks the generated files.
32+
- name: build
33+
run: go build ./...
34+
2835
test-generator:
2936
name: test-generator
3037
runs-on: ubuntu-latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/andrewkroh/go-ingest-node
22

3-
go 1.22
3+
go 1.20

internal/jsonschema/go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.21.5
1+
go 1.22
22

33
use (
44
../..

0 commit comments

Comments
 (0)