Skip to content

Commit 2fe45f2

Browse files
committed
Merge branch 'release/v0.5.1'
2 parents 4e64dd1 + e03cb7c commit 2fe45f2

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)