We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7425642 + ca59b0a commit 423ffbbCopy full SHA for 423ffbb
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v6
17
with:
18
- go-version: '1.25.5'
+ go-version: '1.26.1'
19
cache-dependency-path: go.sum
20
21
- name: Run tests with coverage
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
- name: Run go vet
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
- name: Install golangci-lint
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
- name: Run go mod tidy
0 commit comments