From 91b89c2b63cb591d2738bd1d9efda5c63b112520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 11 Aug 2022 11:43:45 +0200 Subject: [PATCH 1/3] chore: upgrade dependencies --- .golangci.yaml | 19 ------------------- structured-field-tests | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .golangci.yaml diff --git a/.golangci.yaml b/.golangci.yaml deleted file mode 100644 index d333379..0000000 --- a/.golangci.yaml +++ /dev/null @@ -1,19 +0,0 @@ -run: - tests: true - -linters: - enable-all: true - disable: - - gomnd - - exhaustivestruct - - testpackage - - godox - - wrapcheck - -issues: - exclude-rules: - - path: _test\.go - linters: - - funlen - - forbidigo - - errorlint diff --git a/structured-field-tests b/structured-field-tests index 49eb0a4..faed1f9 160000 --- a/structured-field-tests +++ b/structured-field-tests @@ -1 +1 @@ -Subproject commit 49eb0a445ce1e99d9ef18e8ce6512463eea2ed6e +Subproject commit faed1f92942abd4fb5d61b1f9f0dc359f499f1d7 From b3b8ddadaa33b7f8026cbf17b7d90850905cec8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 11 Aug 2022 11:44:27 +0200 Subject: [PATCH 2/3] ci: test with Go 1.19 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6ca19c..03f3817 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.15' + go-version: '1.19' - name: Install project dependencies run: go get - name: Test From 1412503992cc2230d732fcdeef2468b726bbccfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 11 Aug 2022 11:45:07 +0200 Subject: [PATCH 3/3] docs: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eac4d4..844746f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This [Go (golang)](https://golang.org) library implements parsing and serializat ## Features -* Fully implemented the RFC +* Fully implementing the RFC * Compliant with [the official test suite](https://github.com/httpwg/structured-field-tests) * Unit tested * Strongly-typed