We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071968b commit e52fbd9Copy full SHA for e52fbd9
.github/workflows/i18n-weekly-pull.yaml
@@ -2,7 +2,7 @@ name: i18n-weekly-pull
2
3
env:
4
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
5
- GO_VERSION: ">=1.18"
+ GO_VERSION: "1.19"
6
COVERAGE_ARTIFACT: coverage-data
7
8
on:
DistTasks.yml
@@ -19,7 +19,7 @@ version: "3"
19
20
vars:
21
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
22
- GO_VERSION: "1.19"
+ GO_VERSION: "1.19.3"
23
24
tasks:
25
Windows_32bit:
0 commit comments