Skip to content

Commit e52fbd9

Browse files
author
Luca Bianconi
committed
chore: fix version number
1 parent 071968b commit e52fbd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/i18n-weekly-pull.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: i18n-weekly-pull
22

33
env:
44
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5-
GO_VERSION: ">=1.18"
5+
GO_VERSION: "1.19"
66
COVERAGE_ARTIFACT: coverage-data
77

88
on:

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)