Skip to content

Commit 227311e

Browse files
committed
ci: drop older Go toolchains
1 parent c2644c5 commit 227311e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Go
3-
on:
3+
"on":
44
push:
55
branches: [main]
66
pull_request:
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
go: ['1.14', '1.15', '1.16', '1.17', '1.18']
22+
go: ['1.17', '1.18']
2323
steps:
2424
- run: sudo apt-get -qq update
2525
- name: Install libsystemd-dev

0 commit comments

Comments
 (0)