Skip to content

Commit 510b80d

Browse files
committed
debt: Drop Go 1.16 support
1 parent 0bb2568 commit 510b80d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
go-version: [ 1.16.x, 1.17.x, oldstable, stable ] # Lowest supported and current stable versions.
11+
go-version: [ 1.17.x, oldstable, stable ] # Lowest supported and current stable versions.
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Go

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org).
77
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).
88

99
## Unreleased
10+
### Removed
11+
- Dropped Go 1.16 support
1012

1113
## [v0.15.1]
1214

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cucumber/godog
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/cucumber/gherkin/go/v26 v26.2.0

0 commit comments

Comments
 (0)