Skip to content

Commit 1ee8280

Browse files
authored
feat: support go 1.26 (#118)
1 parent cf7764e commit 1ee8280

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
go-version: [ "1.24", "1.25" ]
13+
go-version: [ "1.25", "1.26" ]
1414
runs-on: ubuntu-latest
1515
env:
16-
GOLANGCI_LINT_VERSION: v2.7.2
16+
GOLANGCI_LINT_VERSION: v2.9.0
1717

1818
steps:
1919
- name: Checkout code

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hamba/logger/v2
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/go-stack/stack v1.8.1

0 commit comments

Comments
 (0)