Skip to content

Commit 8bf91c4

Browse files
authored
build: remove unused tools (#1900)
1 parent 44074e4 commit 8bf91c4

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

.github/workflows/build-bin.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ jobs:
6161
with:
6262
go-version-file: go.mod
6363

64-
- name: Setup Zig
65-
uses: goto-bus-stop/setup-zig@v2
66-
67-
- name: Setup ZigCC & ZigCPP
68-
run: |
69-
go install github.com/dosgo/zigtool/zigcc@latest
70-
go install github.com/dosgo/zigtool/zigcpp@latest
71-
7264
- name: Download dependencies
7365
run: go mod download
7466

@@ -93,8 +85,6 @@ jobs:
9385
env:
9486
GO_SKIP_GENERATE: 1
9587
CGO_ENABLED: 0
96-
CC: zigcc
97-
CXX: zigcpp
9888
GOOS: ${{ inputs.goos }}
9989
GOARCH: ${{ inputs.goarch }}
10090
GOARM: ${{ steps.get_vars.outputs.arm }}

.github/workflows/goreleaser-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
with:
2626
go-version-file: go.mod
2727

28-
- name: Setup Zig
29-
uses: goto-bus-stop/setup-zig@v2
30-
3128
- name: Run GoReleaser check
3229
uses: goreleaser/goreleaser-action@v5
3330
with:

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ require (
6868
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
6969
github.com/distribution/reference v0.6.0 // indirect
7070
github.com/docker/go-units v0.5.0 // indirect
71-
github.com/dosgo/zigtool v0.0.0-20210923085854-9c6fc1d62198 // indirect
7271
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
7372
github.com/ebitengine/purego v0.8.4 // indirect
7473
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -171,8 +170,6 @@ require (
171170

172171
tool (
173172
github.com/abice/go-enum
174-
github.com/dosgo/zigtool/zigcc
175-
github.com/dosgo/zigtool/zigcpp
176173
github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
177174
github.com/onsi/ginkgo/v2/ginkgo
178175
golang.org/x/tools/cmd/goimports

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pM
7575
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
7676
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
7777
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
78-
github.com/dosgo/zigtool v0.0.0-20210923085854-9c6fc1d62198 h1:3b37D/Oxs95GmDsGKNx21aBYWF270emHjqUExsAL01g=
79-
github.com/dosgo/zigtool v0.0.0-20210923085854-9c6fc1d62198/go.mod h1:NUrh34aXXgbs4C2HkTmRmkzsKhtrFPRitYkbZMDDONo=
8078
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960/go.mod h1:9HQzr9D/0PGwMEbC3d5AB7oi67+h4TsQqItC1GVYG58=
8179
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 h1:PRxIJD8XjimM5aTknUK9w6DHLDox2r2M3DI4i2pnd3w=
8280
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936/go.mod h1:ttYvX5qlB+mlV1okblJqcSMtR4c52UKxDiX9GRBS8+Q=

0 commit comments

Comments
 (0)