Skip to content

Commit 47a3efb

Browse files
authored
[Automation] Bump Go version to 1.22.1 (#6)
chore: Update Go version in internal/jsonschema chore: Update Go version in internal/generator chore: Update Go version in . chore: Update .github/workflows/go.yml chore: Update .github/workflows/generate.yml chore: Update .github/workflows/lint.yml
1 parent 5dbcf57 commit 47a3efb

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.21
23+
go-version: '1.22.x'
2424
cache-dependency-path: ./internal/generator/go.sum
2525

2626
- name: generate

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.21'
23+
go-version: '1.22.x'
2424

2525
- name: Test
2626
run: go test ./...
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: actions/setup-go@v5
3535
with:
36-
go-version: '1.21'
36+
go-version: '1.22.x'
3737

3838
- name: Test
3939
working-directory: ./internal/generator

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.21'
21+
go-version: '1.22.x'
2222
cache: false
2323

2424
- name: golangci-lint
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: actions/setup-go@v5
4242
with:
43-
go-version: '1.21'
43+
go-version: '1.22.x'
4444

4545
- name: Run go mod tidy
4646
run: go mod tidy
@@ -60,7 +60,7 @@ jobs:
6060

6161
- uses: actions/setup-go@v5
6262
with:
63-
go-version: '1.21'
63+
go-version: '1.22.x'
6464

6565
- name: Check headers
6666
run: go run github.com/elastic/go-licenser@latest -d

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.21
3+
go 1.22

internal/generator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module generator
22

3-
go 1.21.5
3+
go 1.22
44

55
require (
66
github.com/dave/jennifer v1.7.0

internal/jsonschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module jsonschema
22

3-
go 1.21.5
3+
go 1.22
44

55
require (
66
github.com/andrewkroh/go-ingest-node v0.0.0-20231010172129-deae70ea76d8

0 commit comments

Comments
 (0)