We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf4019 commit 7ca9f79Copy full SHA for 7ca9f79
.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/golangci-lint-action@v3.7.1
go.mod
@@ -1,6 +1,6 @@
1
module github.com/joostlek/opentelemetry-stacktrace-processor
2
3
-go 1.19
+go 1.26.1
4
5
require (
6
github.com/go-sourcemap/sourcemap v2.1.3+incompatible
0 commit comments