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 211637d commit 9fdb599
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-assets-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO_VERSION: '1.22.0-rc.1'
LINUX_AMD64_BUILD_OPTIONS: '-tags cgo_zstd'
LINUX_AMD64_ENV: "CGO_ENABLED=1"
GOAMD64: v3
jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ifeq ($(DEVGO_PATH),)
endif


export GOAMD64 ?= v3
export CGO_ENABLED ?= 0
BUILD_PKG = ./cmd/catp
BUILD_LDFLAGS=-s -w
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.20231224000606-67a281f24e69
github.com/bool64/dev v0.2.33-0.20231224002009-804bdeff9084
github.com/klauspost/compress v1.17.4
github.com/klauspost/pgzip v1.2.6
)
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
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.32 h1:DRZtloaoH1Igky3zphaUHV9+SLIV2H3lsf78JsJHFg0=
github.com/bool64/dev v0.2.32/go.mod h1:iJbh1y/HkunEPhgebWRNcs8wfGq7sjvJ6W5iabL8ACg=
github.com/bool64/dev v0.2.33-0.20231224000606-67a281f24e69 h1:YoOzmzZv5YEjtoZebxuOhqj+WS/3Q7lg/yKAltiPaTY=
github.com/bool64/dev v0.2.33-0.20231224000606-67a281f24e69/go.mod h1:iJbh1y/HkunEPhgebWRNcs8wfGq7sjvJ6W5iabL8ACg=
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/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 9fdb599

Please sign in to comment.