Skip to content

Commit c109784

Browse files
⬆️ Pin dependencies
1 parent bcf4019 commit c109784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Set up Go
112112
uses: actions/setup-go@v5
113113
with:
114-
go-version: 1.19
114+
go-version: 1.19.13
115115

116116
- name: Run golangci-lint
117117
uses: golangci/[email protected]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/joostlek/opentelemetry-stacktrace-processor
22

3-
go 1.19
3+
go 1.25.7
44

55
require (
66
github.com/go-sourcemap/sourcemap v2.1.3+incompatible

0 commit comments

Comments
 (0)