Skip to content

Commit 51c7861

Browse files
committed
chore: build against Go 1.22
1 parent 10e98c9 commit 51c7861

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
version:
1212
- "1.20"
1313
- "1.21"
14+
- "1.22"
1415
steps:
1516
- name: Check out source code
1617
uses: actions/checkout@v4

.github/workflows/generate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
version:
1212
- "1.20"
1313
- "1.21"
14+
- "1.22"
1415
steps:
1516
- name: Check out source code
1617
uses: actions/checkout@v4

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
version:
1212
- "1.20"
1313
- "1.21"
14+
- "1.22"
1415
steps:
1516
- name: Check out source code
1617
uses: actions/checkout@v4

.github/workflows/tidy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
version:
1212
- "1.20"
1313
- "1.21"
14+
- "1.22"
1415
steps:
1516
- name: Check out source code
1617
uses: actions/checkout@v4

0 commit comments

Comments
 (0)