Skip to content

Commit

Permalink
ci: drop older Go toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Apr 1, 2022
1 parent c2644c5 commit 227311e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Go
on:
"on":
push:
branches: [main]
pull_request:
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.14', '1.15', '1.16', '1.17', '1.18']
go: ['1.17', '1.18']
steps:
- run: sudo apt-get -qq update
- name: Install libsystemd-dev
Expand Down

0 comments on commit 227311e

Please sign in to comment.