Skip to content

Commit

Permalink
add go.mod and update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Jan 21, 2025
1 parent a0d1b2d commit 06ad77f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.15.x]
platform: [ubuntu-18.04]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-18.04
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
go-version: 1.23.x
- uses: actions/checkout@v2
with:
path: './src/github.com/kevinburke/tss'
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/kevinburke/tss

go 1.20

0 comments on commit 06ad77f

Please sign in to comment.