Skip to content

Commit dd229ba

Browse files
committed
update dependency and goreleaser tag
1 parent ffd3f01 commit dd229ba

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
go-version: '1.11'
5252

5353
- name: Compile for Windows x64
54-
run: go build -o dist/gogo_windowsxp_amd64.exe -ldflags "-s -w -X 'github.com/chainreactors/gogo/v2/internal/core.ver=${{ github.ref }}'" -tags="forceposix json" -asmflags "all=-trimpath=${{ env.GOPATH }}" -gcflags "all=-trimpath=${{ env.GOPATH }}" .
54+
run: go build -o dist/gogo_windowsxp_amd64.exe -ldflags "-s -w -X 'github.com/chainreactors/gogo/v2/internal/core.ver=${{ github.ref }}'" -tags="forceposix" -asmflags "all=-trimpath=${{ env.GOPATH }}" -gcflags "all=-trimpath=${{ env.GOPATH }}" .
5555
env:
5656
GOOS: windows
5757
GOARCH: amd64
5858
working-directory: v2
5959

6060
- name: Compile for Windows x86
61-
run: go build -o dist/gogo_windowsxp_386.exe -ldflags "-s -w -X 'github.com/chainreactors/gogo/v2/internal/core.ver=${{ github.ref }}'" -tags="forceposix json" -asmflags "all=-trimpath=${{ env.GOPATH }}" -gcflags "all=-trimpath=${{ env.GOPATH }}" .
61+
run: go build -o dist/gogo_windowsxp_386.exe -ldflags "-s -w -X 'github.com/chainreactors/gogo/v2/internal/core.ver=${{ github.ref }}'" -tags="forceposix" -asmflags "all=-trimpath=${{ env.GOPATH }}" -gcflags "all=-trimpath=${{ env.GOPATH }}" .
6262
env:
6363
GOOS: windows
6464
GOARCH: '386'

v2/.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ builds:
3939
- -trimpath
4040
tags:
4141
- forceposix
42-
- json
4342
- noembed
4443
asmflags:
4544
- all=-trimpath={{.Env.GOPATH}}

v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/chainreactors/files v0.0.0-20240716182835-7884ee1e77f0
88
github.com/chainreactors/fingers v1.0.1-0.20240730173434-48ba7446b94b
99
github.com/chainreactors/logs v0.0.0-20240207121836-c946f072f81f
10-
github.com/chainreactors/neutron v0.0.0-20240829091112-f7d7ee172362
10+
github.com/chainreactors/neutron v0.0.0-20240924094734-5be76870bfa2
1111
github.com/chainreactors/parsers v0.0.0-20240829055950-923f89a92b84
1212
github.com/chainreactors/utils v0.0.0-20240805193040-ff3b97aa3c3f
1313
github.com/jessevdk/go-flags v1.5.0

v2/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ github.com/chainreactors/logs v0.0.0-20240207121836-c946f072f81f h1:tcfp+CEdgiMv
8888
github.com/chainreactors/logs v0.0.0-20240207121836-c946f072f81f/go.mod h1:6Mv6W70JrtL6VClulZhmMRZnoYpcTahcDTKLMNEjK0o=
8989
github.com/chainreactors/neutron v0.0.0-20240829091112-f7d7ee172362 h1:tNLtCf7wFcvm2ILmIJjTTi63/R8If2NZseccRaP1jZQ=
9090
github.com/chainreactors/neutron v0.0.0-20240829091112-f7d7ee172362/go.mod h1:A6oRL1+WyEBCWwUeVcx0W5xONNS6lc6HJ0Y2R/tuXSc=
91+
github.com/chainreactors/neutron v0.0.0-20240924094734-5be76870bfa2 h1:Izc44a2QzKFpa2jFOfLiyT/d1uUW2Dj1eBC+JGDOCzU=
92+
github.com/chainreactors/neutron v0.0.0-20240924094734-5be76870bfa2/go.mod h1:A6oRL1+WyEBCWwUeVcx0W5xONNS6lc6HJ0Y2R/tuXSc=
9193
github.com/chainreactors/parsers v0.0.0-20240829055950-923f89a92b84 h1:F6umsdHLxKILxrH5wY2zVYwxMmb8XdCEc9apf7GWpOk=
9294
github.com/chainreactors/parsers v0.0.0-20240829055950-923f89a92b84/go.mod h1:7rXdYz6jrdjF0WUH1ICcAXKIKKjKmJo2PU8u43V7jkA=
9395
github.com/chainreactors/utils v0.0.0-20240528085651-ba1b255482c1/go.mod h1:JA4eiQZm+7AsfjXBcIzIdVKBEhDCb16eNtWFCGTxlvs=

0 commit comments

Comments
 (0)