Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hamba/avro into feat/schema…
Browse files Browse the repository at this point in the history
…_resolution
  • Loading branch information
redaLaanait committed Dec 21, 2023
2 parents 7db00da + c208c84 commit 04e2ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fmt.Println(out)
// Outputs: {27 foo}
```

More examples in the [godoc](https://godoc.org/github.com/hamba/avro).
More examples in the [godoc](https://godoc.org/github.com/hamba/avro/v2).

#### Types Conversions

Expand Down

0 comments on commit 04e2ddc

Please sign in to comment.