Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Dec 24, 2023
1 parent 6a83dff commit 631bce7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-assets-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
GO_VERSION: '1.22.0-rc.1'
LINUX_AMD64_BUILD_OPTIONS: '-tags cgo_zstd'
GOAMD64: v3
CGO_ENABLED: 1
jobs:
build:
name: Upload Release Assets
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/DataDog/zstd v1.5.5
github.com/bool64/dev v0.2.33-0.20231224002009-804bdeff9084
github.com/bool64/dev v0.2.33-0.20231224002521-eccfe6cb66fc
github.com/klauspost/compress v1.17.4
github.com/klauspost/pgzip v1.2.6
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=
github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/bool64/dev v0.2.33-0.20231224002009-804bdeff9084 h1:fYwP6nQHQxzw+kP+ou1XxkCvTEj40F/aXZzY9Mb7YSk=
github.com/bool64/dev v0.2.33-0.20231224002009-804bdeff9084/go.mod h1:iJbh1y/HkunEPhgebWRNcs8wfGq7sjvJ6W5iabL8ACg=
github.com/bool64/dev v0.2.33-0.20231224002521-eccfe6cb66fc h1:4zTf9ZvStL6mR3AwkNR7IA817Dzn0SB7wmV2luH1sYo=
github.com/bool64/dev v0.2.33-0.20231224002521-eccfe6cb66fc/go.mod h1:iJbh1y/HkunEPhgebWRNcs8wfGq7sjvJ6W5iabL8ACg=
github.com/klauspost/compress v1.17.4 h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4=
github.com/klauspost/compress v1.17.4/go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM=
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=
Expand Down

0 comments on commit 631bce7

Please sign in to comment.