Skip to content

Commit

Permalink
update to goki 0.0.1 and fix ci to not use makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jan 12, 2024
1 parent f18b672 commit 357b95d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:

- name: Build
run: |
make build
go build -v ./...
- name: Test
run: |
make test
make test -v ./...
- name: Upload-Coverage
if: matrix.platform == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40
goki.dev v0.0.0
goki.dev v0.0.1
gonum.org/v1/gonum v0.14.0
gonum.org/v1/plot v0.14.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
goki.dev v0.0.0 h1:5SlbW2yuzwWyaZTKHszy88DwAOY2LrpGvzsCRU8hfmI=
goki.dev v0.0.0/go.mod h1:aMu3/OvnbW+l1yiVN006G0DRyw5rc9iWd3JelZ3zFic=
goki.dev v0.0.1 h1:obHkpr1vZN44ZtIvtMQob2X6xwI5klF8O8VdG1U583s=
goki.dev v0.0.1/go.mod h1:WPSJhXoH1u3M8RC16jHkPBodm/5CPeRMCmwyo4oMRAg=
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
Expand Down

0 comments on commit 357b95d

Please sign in to comment.