From 8ac187720c279ed36ce8c70a3d6af90972df6cf0 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 4 Oct 2023 19:46:36 +0100 Subject: [PATCH] Allow other patch versions of Go in workflows --- .github/workflows/__go-tracing-autobuilder.yml | 2 +- .github/workflows/__go-tracing-custom-build-steps.yml | 2 +- .github/workflows/__go-tracing-legacy-workflow.yml | 2 +- pr-checks/checks/go-tracing-autobuilder.yml | 2 +- pr-checks/checks/go-tracing-custom-build-steps.yml | 2 +- pr-checks/checks/go-tracing-legacy-workflow.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index adda617b1..4958ca41a 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -82,7 +82,7 @@ jobs: run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/setup-go@v4 with: - go-version: 1.21.1 + go-version: ~1.21.1 - uses: ./../action/init with: languages: go diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index 5c506afd6..8a7507421 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -82,7 +82,7 @@ jobs: run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/setup-go@v4 with: - go-version: 1.21.1 + go-version: ~1.21.1 - uses: ./../action/init with: languages: go diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 241fbda79..8d67b966b 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -82,7 +82,7 @@ jobs: run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/setup-go@v4 with: - go-version: 1.21.1 + go-version: ~1.21.1 - uses: ./../action/init with: languages: go diff --git a/pr-checks/checks/go-tracing-autobuilder.yml b/pr-checks/checks/go-tracing-autobuilder.yml index 3c67cfaef..cf7ec7936 100644 --- a/pr-checks/checks/go-tracing-autobuilder.yml +++ b/pr-checks/checks/go-tracing-autobuilder.yml @@ -6,7 +6,7 @@ env: steps: - uses: actions/setup-go@v4 with: - go-version: "1.21.1" + go-version: "~1.21.1" - uses: ./../action/init with: languages: go diff --git a/pr-checks/checks/go-tracing-custom-build-steps.yml b/pr-checks/checks/go-tracing-custom-build-steps.yml index 2789a71fd..16a0ab15c 100644 --- a/pr-checks/checks/go-tracing-custom-build-steps.yml +++ b/pr-checks/checks/go-tracing-custom-build-steps.yml @@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"] steps: - uses: actions/setup-go@v4 with: - go-version: "1.21.1" + go-version: "~1.21.1" - uses: ./../action/init with: languages: go diff --git a/pr-checks/checks/go-tracing-legacy-workflow.yml b/pr-checks/checks/go-tracing-legacy-workflow.yml index 847288c26..19142e714 100644 --- a/pr-checks/checks/go-tracing-legacy-workflow.yml +++ b/pr-checks/checks/go-tracing-legacy-workflow.yml @@ -6,7 +6,7 @@ env: steps: - uses: actions/setup-go@v4 with: - go-version: "1.21.1" + go-version: "~1.21.1" - uses: ./../action/init with: languages: go