Skip to content

Commit 28edac6

Browse files
author
Luca Bianconi
committed
chore(ci): fixed go version for docker builder tags
1 parent a2da084 commit 28edac6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/publish-go-tester-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
- task: dist:Linux_64bit
9494
path: "*Linux_64bit.tar.gz"
9595
name: Linux_X86-64
96-
- task: dist:Linux_ARMv6
97-
path: "*Linux_ARMv6.tar.gz"
98-
name: Linux_ARMv6
96+
# - task: dist:Linux_ARMv6
97+
# path: "*Linux_ARMv6.tar.gz"
98+
# name: Linux_ARMv6
9999
- task: dist:Linux_ARMv7
100100
path: "*Linux_ARMv7.tar.gz"
101101
name: Linux_ARMv7

Diff for: .github/workflows/release-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- Windows_64bit
2929
- Linux_32bit
3030
- Linux_64bit
31-
- Linux_ARMv6
31+
# - Linux_ARMv6
3232
- Linux_ARMv7
3333
- Linux_ARM64
3434
- macOS_64bit

Diff for: DistTasks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: "3"
1919

2020
vars:
2121
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
22-
GO_VERSION: ">=1.19"
22+
GO_VERSION: "1.19.3"
2323

2424
tasks:
2525
Windows_32bit:

0 commit comments

Comments
 (0)