Skip to content

Commit 7931884

Browse files
committed
update go version to 1.22
Signed-off-by: Vladislav Fursov <github@ghost.im>
1 parent 0f7735b commit 7931884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
strategy:
1414
matrix:
15-
go: [ '1.21' ]
15+
go: [ '1.22' ]
1616

1717
steps:
1818
- name: Check out

.github/workflows/testing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go: [ '1.19', '1.20', '1.21' ]
17+
go: [ '1.20', '1.21', '1.22' ]
1818

1919
steps:
2020
- name: Check out

0 commit comments

Comments
 (0)