Skip to content

Commit bd401ff

Browse files
committed
chore: build against Go 1.22
1 parent 556af95 commit bd401ff

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@v3

.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@v3

.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@v3

.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@v3

0 commit comments

Comments
 (0)