diff --git a/.github/workflows/check-dependencies-task.yml b/.github/workflows/check-dependencies-task.yml index 0f72aa1e..d4a41145 100644 --- a/.github/workflows/check-dependencies-task.yml +++ b/.github/workflows/check-dependencies-task.yml @@ -3,7 +3,7 @@ name: Check Dependencies env: # See: https://github.com/actions/setup-go/tree/v2#readme - GO_VERSION: "1.17" + GO_VERSION: "1.19" # See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows on: diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index cb35d06b..0b729903 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -3,7 +3,7 @@ name: Test Go env: # See: https://github.com/actions/setup-go/tree/v2#readme - GO_VERSION: "1.17" + GO_VERSION: "1.19" # See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows on: diff --git a/DistTasks.yml b/DistTasks.yml index 20b050ef..ee576e21 100644 --- a/DistTasks.yml +++ b/DistTasks.yml @@ -20,7 +20,7 @@ version: "3" vars: CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild" - GO_VERSION: "1.17" + GO_VERSION: "1.19" CHECKSUM_FILE: "{{.VERSION}}-checksums.txt" tasks: