Skip to content

Commit

Permalink
updated checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Jun 24, 2024
1 parent 07d69ad commit e66318f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.6
v0.8.6.1
2 changes: 1 addition & 1 deletion cmd/command/tmpl/pkg/bootstrap/bootstrap.gox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package bootstrap

import (
"github.com/viant/xdatly/types/core"
"${impModule}/checksum"
"${impModule}/dependency/checksum"
"reflect"
)

Expand Down
3 changes: 1 addition & 2 deletions cmd/datly/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline:
set_sdk:
action: sdk.set
target: $target
sdk: go:1.21
sdk: go:1.22
build:
action: exec:run
target: $target
Expand All @@ -33,4 +33,3 @@ pipeline:
- export GOARCH=arm64
- go build -ldflags="-X 'main.Version=${Ver}'" -trimpath
- tar cvzf datly_darwin_${Ver}_arm64.tar.gz datly

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ require (
firebase.google.com/go/v4 v4.14.0
github.com/viant/structology v0.5.6-0.20231127181208-736f8ad06193
github.com/viant/tagly v0.2.1-0.20240521205717-55de744e893c
github.com/viant/xdatly v0.3.1-0.20240503144018-bce51af60365
github.com/viant/xdatly v0.3.1-0.20240624200855-79bbed0d3db9
github.com/viant/xdatly/extension v0.0.0-20231013204918-ecf3c2edf259
github.com/viant/xdatly/handler v0.0.0-20240613203004-4d23988ae54f
github.com/viant/xdatly/types/core v0.0.0-20240109065401-9758ebacb4bb
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,8 @@ github.com/viant/velty v0.2.1-0.20230927172116-ba56497b5c85 h1:zKk+6hqUipkJXCPCH
github.com/viant/velty v0.2.1-0.20230927172116-ba56497b5c85/go.mod h1:Q/UXviI2Nli8WROEpYd/BELMCSvnulQeyNrbPmMiS/Y=
github.com/viant/xdatly v0.3.1-0.20240503144018-bce51af60365 h1:xmQD+tSNGxSB8k7dqTqNiKnHRdeSDkVSSbpJhZgfhZs=
github.com/viant/xdatly v0.3.1-0.20240503144018-bce51af60365/go.mod h1:YwNS31k5r1Ldw5s7wmQXUKaalN6BWcfX9qePO/b/ilc=
github.com/viant/xdatly v0.3.1-0.20240624200855-79bbed0d3db9 h1:6GGuXjTI/5xuzzIB4BhB8nTiaQ+0vk7JJfHo/BXCuU8=
github.com/viant/xdatly v0.3.1-0.20240624200855-79bbed0d3db9/go.mod h1:YwNS31k5r1Ldw5s7wmQXUKaalN6BWcfX9qePO/b/ilc=
github.com/viant/xdatly/extension v0.0.0-20231013204918-ecf3c2edf259 h1:9Yry3PUBDzc4rWacOYvAq/TKrTV0agvMF0gwm2gaoHI=
github.com/viant/xdatly/extension v0.0.0-20231013204918-ecf3c2edf259/go.mod h1:fb8YgbVadk8X5ZLz49LWGzWmQlZd7Y/I5wE0ru44bIo=
github.com/viant/xdatly/handler v0.0.0-20240613203004-4d23988ae54f h1:+1rdB9BLeNxduujchTJjf75BzKdVuNlq2rNsy4FW6wE=
Expand Down

0 comments on commit e66318f

Please sign in to comment.