There was an error while loading. Please reload this page.
1 parent cf7764e commit 1ee8280Copy full SHA for 1ee8280
2 files changed
.github/workflows/test.yml
@@ -10,10 +10,10 @@ jobs:
10
11
strategy:
12
matrix:
13
- go-version: [ "1.24", "1.25" ]
+ go-version: [ "1.25", "1.26" ]
14
runs-on: ubuntu-latest
15
env:
16
- GOLANGCI_LINT_VERSION: v2.7.2
+ GOLANGCI_LINT_VERSION: v2.9.0
17
18
steps:
19
- name: Checkout code
go.mod
@@ -1,6 +1,6 @@
1
module github.com/hamba/logger/v2
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
6
github.com/go-stack/stack v1.8.1
0 commit comments