Skip to content

Commit 1ea583f

Browse files
committed
workflows: add Go 1.20
1 parent 6f5a868 commit 1ea583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
go: ['1.17.x', '1.18.x', '1.19.x']
21+
go: ['1.17.x', '1.18.x', '1.19.x', '1.20.x']
2222
steps:
2323
- run: sudo apt-get -qq update
2424
- name: Install libsystemd-dev

0 commit comments

Comments
 (0)