Skip to content

Commit

Permalink
chore: support go 1.22 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Feb 12, 2024
1 parent 6b4f1ea commit bee6fba
Show file tree
Hide file tree
Showing 2 changed files with 3 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.2
GOLANGCI_LINT_VERSION: v1.56.1

steps:
- name: Install Go
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/logger/v2

go 1.20
go 1.21

require (
github.com/go-stack/stack v1.8.1
Expand Down

0 comments on commit bee6fba

Please sign in to comment.