Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 0 additions & 19 deletions .golangci.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion structured-field-tests