Skip to content

Commit

Permalink
Drop support for Go 1.17 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemcd authored Dec 2, 2022
1 parent 8d38f92 commit c4e61c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17, 1.18, 1.19]
go-version: [1.18, 1.19]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ansible/receptor

go 1.17
go 1.18

require (
github.com/creack/pty v1.1.18
Expand Down
Loading

0 comments on commit c4e61c2

Please sign in to comment.