Skip to content

Commit

Permalink
chore: support go 1.22 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Feb 7, 2024
1 parent ed6db00 commit c51e954
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

strategy:
matrix:
go-version: [ "1.20", "1.21" ]
go-version: [ "1.21", "1.22" ]
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_VERSION: v1.54.0
GOLANGCI_LINT_VERSION: v1.55.2

steps:
- name: Install Go
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ linters:
- gochecknoglobals
- gochecknoinits
- gocognit
- goconst
- gocyclo
- goerr113
- gomnd
- gosmopolitan
- inamedparam
- ireturn
- nestif
- nlreturn
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/v2

go 1.19
go 1.20

require (
github.com/ettle/strcase v0.2.0
Expand Down

0 comments on commit c51e954

Please sign in to comment.