Skip to content

Commit

Permalink
update go version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Fursov <github@ghost.im>
  • Loading branch information
ghostiam committed Feb 20, 2024
1 parent 0f7735b commit 7931884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
strategy:
matrix:
go: [ '1.21' ]
go: [ '1.22' ]

steps:
- name: Check out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.20', '1.21' ]
go: [ '1.20', '1.21', '1.22' ]

steps:
- name: Check out
Expand Down

0 comments on commit 7931884

Please sign in to comment.