Skip to content

Commit

Permalink
Merge pull request #12 from go-logfmt:feature/go1.17
Browse files Browse the repository at this point in the history
feature/go1.17
  • Loading branch information
ChrisHines authored Aug 18, 2021
2 parents b3417bd + 3b63871 commit e03cb7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/go-logfmt/logfmt

go 1.13
go 1.17

0 comments on commit e03cb7c

Please sign in to comment.