Skip to content

Commit

Permalink
feat(chore): add go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKepczynskiSauce committed Sep 17, 2024
1 parent 71e4a17 commit 0110357
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Install dependencies
run: |
go mod download
- name: Run tests
run: |
go test ./...
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/backtrace-labs/backtrace-go

go 1.22

require golang.org/x/sys v0.25.0

0 comments on commit 0110357

Please sign in to comment.