We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf4019 commit c109784Copy full SHA for c109784
.github/workflows/linting.yaml
@@ -111,7 +111,7 @@ jobs:
111
- name: Set up Go
112
uses: actions/setup-go@v5
113
with:
114
- go-version: 1.19
+ go-version: 1.19.13
115
116
- name: Run golangci-lint
117
uses: golangci/[email protected]
go.mod
@@ -1,6 +1,6 @@
1
module github.com/joostlek/opentelemetry-stacktrace-processor
2
3
-go 1.19
+go 1.25.7
4
5
require (
6
github.com/go-sourcemap/sourcemap v2.1.3+incompatible
0 commit comments