Skip to content

Commit e03cb7c

Browse files
authored
Merge pull request #12 from go-logfmt:feature/go1.17
feature/go1.17
2 parents b3417bd + 3b63871 commit e03cb7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- 1.14.x
1616
- 1.15.x
1717
- 1.16.x
18+
- 1.17.x
1819
os: [ubuntu-latest, macos-latest, windows-latest]
1920
runs-on: ${{ matrix.os }}
2021
steps:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/go-logfmt/logfmt
22

3-
go 1.13
3+
go 1.17

0 commit comments

Comments
 (0)