Skip to content

Commit

Permalink
feat: support go1.17 (hamba#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Aug 17, 2021
1 parent 4a471ee commit 7c9df48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
go-version: [ 1.15, 1.16 ]
go-version: [ 1.16, 1.17 ]
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_VERSION: v1.41.1
Expand Down
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Nicholas Wiersma
Copyright (c) 2021 Nicholas Wiersma

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hamba/avro

go 1.11
go 1.16

require (
github.com/golang/snappy v0.0.4
Expand Down

0 comments on commit 7c9df48

Please sign in to comment.