Skip to content

Commit 1cd0bd9

Browse files
committed
Go dropped support for x87 in go 1.15 golang/go#40255
1 parent c2b5ef5 commit 1cd0bd9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish-go-tester-task.yml

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ jobs:
123123
- name: Build the Agent for win32
124124
env:
125125
GOARCH: 386 # 32bit architecture (for support)
126-
GO386: 387 # support old instruction sets without MMX (used in the Pentium 4) (will be deprecated in GO > 1.15 https://golang.org/doc/go1.15)
127126
run: task go:build-win
128127
if: runner.os == 'Windows' && matrix.arch == '-386'
129128

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
- name: Build the Agent for win32
102102
env:
103103
GOARCH: 386 # 32bit architecture (for support)
104-
GO386: 387 # support old instruction sets without MMX (used in the Pentium 4) (will be deprecated in GO > 1.15 https://golang.org/doc/go1.15)
105104
run: task go:build-win
106105
if: matrix.os == 'windows-2019' && matrix.arch == '-386'
107106

0 commit comments

Comments
 (0)