From 169147f6376d384178d6e1e8c17d69d3bbc3bc1d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Jul 2023 14:37:04 +0000 Subject: [PATCH 1/4] fix(deps): Update actions/setup-go action to v4 --- .github/workflows/cli.yml | 4 ++-- .github/workflows/dest_azblob.yml | 4 ++-- .github/workflows/dest_bigquery.yml | 4 ++-- .github/workflows/dest_clickhouse.yml | 4 ++-- .github/workflows/dest_duckdb.yml | 4 ++-- .github/workflows/dest_elasticsearch.yml | 4 ++-- .github/workflows/dest_file.yml | 4 ++-- .github/workflows/dest_firehose.yml | 4 ++-- .github/workflows/dest_gcs.yml | 4 ++-- .github/workflows/dest_gremlin.yml | 4 ++-- .github/workflows/dest_kafka.yml | 4 ++-- .github/workflows/dest_meilisearch.yml | 4 ++-- .github/workflows/dest_mongodb.yml | 4 ++-- .github/workflows/dest_mssql.yml | 4 ++-- .github/workflows/dest_mysql.yml | 4 ++-- .github/workflows/dest_neo4j.yml | 4 ++-- .github/workflows/dest_postgresql.yml | 4 ++-- .github/workflows/dest_s3.yml | 4 ++-- .github/workflows/dest_snowflake.yml | 4 ++-- .github/workflows/dest_sqlite.yml | 4 ++-- .github/workflows/dest_test.yml | 4 ++-- .github/workflows/docs_changes_summary.yml | 2 +- .github/workflows/endpoints.yml | 2 +- .github/workflows/gcp-services.yml | 2 +- .github/workflows/manual_commands_triggers.yml | 2 +- .github/workflows/missing_tables_summary.yml | 2 +- .github/workflows/release_cli.yml | 2 +- .github/workflows/release_plugin.yml | 2 +- .github/workflows/release_plugin_dest_duckdb.yml | 2 +- .github/workflows/release_plugin_dest_snowflake.yml | 2 +- .github/workflows/release_plugin_dest_sqlite.yml | 2 +- .github/workflows/release_scaffold.yml | 2 +- .github/workflows/release_summary.yml | 2 +- .github/workflows/scaffold.yml | 4 ++-- .github/workflows/scripts_ci.yml | 2 +- .github/workflows/set_sentry_alerts.yml | 2 +- .github/workflows/source_alicloud.yml | 4 ++-- .github/workflows/source_aws.yml | 2 +- .github/workflows/source_awspricing.yml | 4 ++-- .github/workflows/source_azure.yml | 2 +- .github/workflows/source_azuredevops.yml | 4 ++-- .github/workflows/source_cloudflare.yml | 4 ++-- .github/workflows/source_datadog.yml | 4 ++-- .github/workflows/source_digitalocean.yml | 4 ++-- .github/workflows/source_facebookmarketing.yml | 4 ++-- .github/workflows/source_fastly.yml | 4 ++-- .github/workflows/source_firestore.yml | 4 ++-- .github/workflows/source_gcp.yml | 2 +- .github/workflows/source_github.yml | 4 ++-- .github/workflows/source_gitlab.yml | 4 ++-- .github/workflows/source_googleanalytics.yml | 4 ++-- .github/workflows/source_hackernews.yml | 4 ++-- .github/workflows/source_homebrew.yml | 4 ++-- .github/workflows/source_hubspot.yml | 4 ++-- .github/workflows/source_k8s.yml | 2 +- .github/workflows/source_mysql.yml | 4 ++-- .github/workflows/source_okta.yml | 4 ++-- .github/workflows/source_oracle.yml | 4 ++-- .github/workflows/source_oracledb.yml | 4 ++-- .github/workflows/source_pagerduty.yml | 4 ++-- .github/workflows/source_postgresql.yml | 4 ++-- .github/workflows/source_salesforce.yml | 4 ++-- .github/workflows/source_shopify.yml | 4 ++-- .github/workflows/source_snyk.yml | 4 ++-- .github/workflows/source_stripe.yml | 4 ++-- .github/workflows/source_terraform.yml | 4 ++-- .github/workflows/source_test.yml | 4 ++-- .../cmd/templates/source/.github/workflows/release.yaml.tpl | 2 +- scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl | 2 +- 69 files changed, 118 insertions(+), 118 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index a147ddb4094ba7..d7b15bfe8f0eda 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: cli/go.mod cache: true @@ -76,7 +76,7 @@ jobs: ubuntu-go-1.20.5-release-cache-cli - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: cli/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_azblob.yml b/.github/workflows/dest_azblob.yml index 75f0725ef81492..780caf1dbf6222 100644 --- a/.github/workflows/dest_azblob.yml +++ b/.github/workflows/dest_azblob.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/azblob/go.mod cache: true @@ -70,7 +70,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-azblob - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/azblob/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_bigquery.yml b/.github/workflows/dest_bigquery.yml index 98b8b407f64d25..f0c33fb849c516 100644 --- a/.github/workflows/dest_bigquery.yml +++ b/.github/workflows/dest_bigquery.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Cloud SDK uses: 'google-github-actions/setup-gcloud@v0.6.2' - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/bigquery/go.mod cache: true @@ -79,7 +79,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-bigquery - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/bigquery/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_clickhouse.yml b/.github/workflows/dest_clickhouse.yml index 79f6a29ebd39ec..e8a204348d5d9a 100644 --- a/.github/workflows/dest_clickhouse.yml +++ b/.github/workflows/dest_clickhouse.yml @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/clickhouse/go.mod cache: true @@ -91,7 +91,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-clickhouse - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/clickhouse/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_duckdb.yml b/.github/workflows/dest_duckdb.yml index cf59018dd6261f..bc17a01a8f238d 100644 --- a/.github/workflows/dest_duckdb.yml +++ b/.github/workflows/dest_duckdb.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/duckdb/go.mod cache: true @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-duckdb - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/duckdb/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_elasticsearch.yml b/.github/workflows/dest_elasticsearch.yml index a12b914fddd874..88fb6b0bca50d3 100644 --- a/.github/workflows/dest_elasticsearch.yml +++ b/.github/workflows/dest_elasticsearch.yml @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/elasticsearch/go.mod cache: true @@ -78,7 +78,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-elasticsearch - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/elasticsearch/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_file.yml b/.github/workflows/dest_file.yml index fdb2f8c7a10dca..321871a1280d64 100644 --- a/.github/workflows/dest_file.yml +++ b/.github/workflows/dest_file.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/file/go.mod cache: true @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-file - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/file/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_firehose.yml b/.github/workflows/dest_firehose.yml index 8da16f929826a4..991284d7b795fd 100644 --- a/.github/workflows/dest_firehose.yml +++ b/.github/workflows/dest_firehose.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/firehose/go.mod cache: true @@ -75,7 +75,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-firehose - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/firehose/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_gcs.yml b/.github/workflows/dest_gcs.yml index b0405cb8de3414..ba421c6daf513b 100644 --- a/.github/workflows/dest_gcs.yml +++ b/.github/workflows/dest_gcs.yml @@ -37,7 +37,7 @@ jobs: workload_identity_provider: 'projects/151868820337/locations/global/workloadIdentityPools/integration-test-pool/providers/integration-test-provider' service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/gcs/go.mod cache: true @@ -74,7 +74,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-gcs - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/gcs/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_gremlin.yml b/.github/workflows/dest_gremlin.yml index 674a6d9090b7d1..2342151f2fc652 100644 --- a/.github/workflows/dest_gremlin.yml +++ b/.github/workflows/dest_gremlin.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/gremlin/go.mod cache: true @@ -71,7 +71,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-gremlin - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/gremlin/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_kafka.yml b/.github/workflows/dest_kafka.yml index 8ac7b97ef9292d..64a39bc22f935c 100644 --- a/.github/workflows/dest_kafka.yml +++ b/.github/workflows/dest_kafka.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/kafka/go.mod cache: true @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-kafka - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/kafka/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_meilisearch.yml b/.github/workflows/dest_meilisearch.yml index bbaec6d2359963..996c43fdfc04ad 100644 --- a/.github/workflows/dest_meilisearch.yml +++ b/.github/workflows/dest_meilisearch.yml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/meilisearch/go.mod cache: true @@ -88,7 +88,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-meilisearch - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/meilisearch/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_mongodb.yml b/.github/workflows/dest_mongodb.yml index 539acf7bef35cb..3f5bfa6a26c4fc 100644 --- a/.github/workflows/dest_mongodb.yml +++ b/.github/workflows/dest_mongodb.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/mongodb/go.mod cache: true @@ -69,7 +69,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-mongodb - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/mongodb/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_mssql.yml b/.github/workflows/dest_mssql.yml index 97e6cb564040f6..9d1ddf96c3c1db 100644 --- a/.github/workflows/dest_mssql.yml +++ b/.github/workflows/dest_mssql.yml @@ -57,7 +57,7 @@ jobs: -P "$DB_PASSWORD" \ -Q "CREATE DATABASE $DB_NAME;" - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/mssql/go.mod cache: true @@ -95,7 +95,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-mssql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/mssql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_mysql.yml b/.github/workflows/dest_mysql.yml index 46e914ca64fdf2..1e863002a4aed0 100644 --- a/.github/workflows/dest_mysql.yml +++ b/.github/workflows/dest_mysql.yml @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/mysql/go.mod cache: true @@ -79,7 +79,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-mysql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/mysql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_neo4j.yml b/.github/workflows/dest_neo4j.yml index 187a14fc517809..9c6186ea6144df 100644 --- a/.github/workflows/dest_neo4j.yml +++ b/.github/workflows/dest_neo4j.yml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/neo4j/go.mod cache: true @@ -86,7 +86,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-neo4j - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/neo4j/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_postgresql.yml b/.github/workflows/dest_postgresql.yml index 41d4ce82e11580..de7bb104d451e5 100644 --- a/.github/workflows/dest_postgresql.yml +++ b/.github/workflows/dest_postgresql.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/postgresql/go.mod cache: true @@ -91,7 +91,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-postgresql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/postgresql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_s3.yml b/.github/workflows/dest_s3.yml index 7a5df326adf7ad..fe268616360e1e 100644 --- a/.github/workflows/dest_s3.yml +++ b/.github/workflows/dest_s3.yml @@ -39,7 +39,7 @@ jobs: role-to-assume: arn:aws:iam::615713231484:role/destination-s3 aws-region: us-east-1 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/s3/go.mod cache: true @@ -76,7 +76,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-s3 - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/s3/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_snowflake.yml b/.github/workflows/dest_snowflake.yml index a7a2baf7b32e9d..053c791e16514d 100644 --- a/.github/workflows/dest_snowflake.yml +++ b/.github/workflows/dest_snowflake.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/snowflake/go.mod cache: true @@ -70,7 +70,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-snowflake - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/snowflake/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_sqlite.yml b/.github/workflows/dest_sqlite.yml index 6e70e66abec723..68843c190b1d18 100644 --- a/.github/workflows/dest_sqlite.yml +++ b/.github/workflows/dest_sqlite.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/sqlite/go.mod cache: true @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-sqlite - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/sqlite/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_test.yml b/.github/workflows/dest_test.yml index 31eb5080953643..74bd08f6af5c5f 100644 --- a/.github/workflows/dest_test.yml +++ b/.github/workflows/dest_test.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/test/go.mod cache: true @@ -66,7 +66,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-test - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/test/go.mod - name: Install GoReleaser diff --git a/.github/workflows/docs_changes_summary.yml b/.github/workflows/docs_changes_summary.yml index 15f4d31a6b2d53..712d53c761f1b6 100644 --- a/.github/workflows/docs_changes_summary.yml +++ b/.github/workflows/docs_changes_summary.yml @@ -26,7 +26,7 @@ jobs: run: | curl -L ${{ github.event.pull_request.diff_url }} > pr.diff - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: scripts/table_diff/go.mod cache: true diff --git a/.github/workflows/endpoints.yml b/.github/workflows/endpoints.yml index 8375f491db5faf..9eefc240defcde 100644 --- a/.github/workflows/endpoints.yml +++ b/.github/workflows/endpoints.yml @@ -19,7 +19,7 @@ jobs: with: ref: ${{ github.ref }} - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/aws/go.mod cache: true diff --git a/.github/workflows/gcp-services.yml b/.github/workflows/gcp-services.yml index 6121de78621e59..f56e2427a42cf0 100644 --- a/.github/workflows/gcp-services.yml +++ b/.github/workflows/gcp-services.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/gcp/go.mod cache: true diff --git a/.github/workflows/manual_commands_triggers.yml b/.github/workflows/manual_commands_triggers.yml index 58c41183600d29..b4a9b346432b07 100644 --- a/.github/workflows/manual_commands_triggers.yml +++ b/.github/workflows/manual_commands_triggers.yml @@ -30,7 +30,7 @@ jobs: token: ${{ secrets.GH_CQ_BOT }} - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/${{ github.event.client_payload.slash_command.args.named.plugin }}/go.mod cache: true diff --git a/.github/workflows/missing_tables_summary.yml b/.github/workflows/missing_tables_summary.yml index a848f20f5c4272..6a4fa72ee26f2c 100644 --- a/.github/workflows/missing_tables_summary.yml +++ b/.github/workflows/missing_tables_summary.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: scripts/missing_tables/go.mod cache: true diff --git a/.github/workflows/release_cli.yml b/.github/workflows/release_cli.yml index cbf1500030ac8a..3c8074366faedd 100644 --- a/.github/workflows/release_cli.yml +++ b/.github/workflows/release_cli.yml @@ -36,7 +36,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-cli - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: cli/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_plugin.yml b/.github/workflows/release_plugin.yml index c69a21d5d87824..f642f4b1b6e46c 100644 --- a/.github/workflows/release_plugin.yml +++ b/.github/workflows/release_plugin.yml @@ -45,7 +45,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-plugins-${{ steps.split.outputs.plugin_type }}-${{ steps.split.outputs.plugin_name }} - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: ${{steps.split.outputs.plugins_dir}}/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_plugin_dest_duckdb.yml b/.github/workflows/release_plugin_dest_duckdb.yml index b1be1147c7f119..91ae8c30475e12 100644 --- a/.github/workflows/release_plugin_dest_duckdb.yml +++ b/.github/workflows/release_plugin_dest_duckdb.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-duckdb - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/duckdb/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_plugin_dest_snowflake.yml b/.github/workflows/release_plugin_dest_snowflake.yml index 321ced46e2e9ea..90676b1aff737d 100644 --- a/.github/workflows/release_plugin_dest_snowflake.yml +++ b/.github/workflows/release_plugin_dest_snowflake.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-snowflake - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/snowflake/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_plugin_dest_sqlite.yml b/.github/workflows/release_plugin_dest_sqlite.yml index faa92077b10d43..94658799461803 100644 --- a/.github/workflows/release_plugin_dest_sqlite.yml +++ b/.github/workflows/release_plugin_dest_sqlite.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-sqlite - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/destination/sqlite/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_scaffold.yml b/.github/workflows/release_scaffold.yml index 601c601f2d430d..9035536140b0c7 100644 --- a/.github/workflows/release_scaffold.yml +++ b/.github/workflows/release_scaffold.yml @@ -36,7 +36,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-scaffold - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: scaffold/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_summary.yml b/.github/workflows/release_summary.yml index c822d1114902cb..141b8858e60a47 100644 --- a/.github/workflows/release_summary.yml +++ b/.github/workflows/release_summary.yml @@ -61,7 +61,7 @@ jobs: run: | git diff ${{ steps.tag.outputs.latest }}..HEAD -- website/tables/${{ steps.plugin.outputs.name }} > scripts/table_diff/diff.txt - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: scripts/table_diff/go.mod cache: true diff --git a/.github/workflows/scaffold.yml b/.github/workflows/scaffold.yml index 8c18a1ea86f052..f7c839bf84177c 100644 --- a/.github/workflows/scaffold.yml +++ b/.github/workflows/scaffold.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: scaffold/go.mod cache: true @@ -65,7 +65,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-scaffold - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: scaffold/go.mod - name: Install GoReleaser diff --git a/.github/workflows/scripts_ci.yml b/.github/workflows/scripts_ci.yml index 8cf31cfa864daf..48e9e494cfe9a5 100644 --- a/.github/workflows/scripts_ci.yml +++ b/.github/workflows/scripts_ci.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: scripts/table_diff/go.mod cache: true diff --git a/.github/workflows/set_sentry_alerts.yml b/.github/workflows/set_sentry_alerts.yml index 9e01d72f084e6e..380d63c50ccd3a 100644 --- a/.github/workflows/set_sentry_alerts.yml +++ b/.github/workflows/set_sentry_alerts.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: scripts/sentry_alerts/go.mod cache: true diff --git a/.github/workflows/source_alicloud.yml b/.github/workflows/source_alicloud.yml index c0bb3322d2f053..4048a26f2fa76d 100644 --- a/.github/workflows/source_alicloud.yml +++ b/.github/workflows/source_alicloud.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/alicloud/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-alicloud - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/alicloud/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 2eca675a49f5d8..131c549ac900af 100644 --- a/.github/workflows/source_aws.yml +++ b/.github/workflows/source_aws.yml @@ -91,7 +91,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-aws - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/aws/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_awspricing.yml b/.github/workflows/source_awspricing.yml index 6cdbf0372f9f2b..93e6429eba53a9 100644 --- a/.github/workflows/source_awspricing.yml +++ b/.github/workflows/source_awspricing.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/awspricing/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-awspricing - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/awspricing/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_azure.yml b/.github/workflows/source_azure.yml index 25979eaf369feb..72cd5ec6ad2ea7 100644 --- a/.github/workflows/source_azure.yml +++ b/.github/workflows/source_azure.yml @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-azure - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/azure/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_azuredevops.yml b/.github/workflows/source_azuredevops.yml index 84e7741e174b4c..dbae920e34c680 100644 --- a/.github/workflows/source_azuredevops.yml +++ b/.github/workflows/source_azuredevops.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/azuredevops/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-azuredevops - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/azuredevops/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_cloudflare.yml b/.github/workflows/source_cloudflare.yml index e070b994ce3d33..4bc255c0e21f1d 100644 --- a/.github/workflows/source_cloudflare.yml +++ b/.github/workflows/source_cloudflare.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/cloudflare/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-cloudflare - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/cloudflare/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_datadog.yml b/.github/workflows/source_datadog.yml index d3c47c2bc39cc6..d715f14adc8d4c 100644 --- a/.github/workflows/source_datadog.yml +++ b/.github/workflows/source_datadog.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/datadog/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-datadog - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/datadog/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_digitalocean.yml b/.github/workflows/source_digitalocean.yml index 6340a1711ac41b..058a4d87721bf4 100644 --- a/.github/workflows/source_digitalocean.yml +++ b/.github/workflows/source_digitalocean.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/digitalocean/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-digitalocean - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/digitalocean/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_facebookmarketing.yml b/.github/workflows/source_facebookmarketing.yml index 85db4681b07b6c..05dc50a23cf96d 100644 --- a/.github/workflows/source_facebookmarketing.yml +++ b/.github/workflows/source_facebookmarketing.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/facebookmarketing/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-facebookmarketing - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/facebookmarketing/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_fastly.yml b/.github/workflows/source_fastly.yml index a80a144aa6ef3c..b46ba29183f2f0 100644 --- a/.github/workflows/source_fastly.yml +++ b/.github/workflows/source_fastly.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/fastly/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-fastly - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/fastly/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_firestore.yml b/.github/workflows/source_firestore.yml index 6b79450e920308..761528fda930d1 100644 --- a/.github/workflows/source_firestore.yml +++ b/.github/workflows/source_firestore.yml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/firestore/go.mod cache: true @@ -76,7 +76,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-firestore - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/firestore/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_gcp.yml b/.github/workflows/source_gcp.yml index 2d193154e7a9db..63db081d616c38 100644 --- a/.github/workflows/source_gcp.yml +++ b/.github/workflows/source_gcp.yml @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-gcp - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/gcp/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_github.yml b/.github/workflows/source_github.yml index 09a2f73632e270..0eabda1ec9db9c 100644 --- a/.github/workflows/source_github.yml +++ b/.github/workflows/source_github.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/github/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-github - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/github/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_gitlab.yml b/.github/workflows/source_gitlab.yml index 5e860f4a231c76..14af7cf8fe87ca 100644 --- a/.github/workflows/source_gitlab.yml +++ b/.github/workflows/source_gitlab.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/gitlab/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-github - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/gitlab/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_googleanalytics.yml b/.github/workflows/source_googleanalytics.yml index 57bf5d19356f24..8c0e22dd7de98c 100644 --- a/.github/workflows/source_googleanalytics.yml +++ b/.github/workflows/source_googleanalytics.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/googleanalytics/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-googleanalytics - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/googleanalytics/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_hackernews.yml b/.github/workflows/source_hackernews.yml index e369dd87dd50cb..324a74c276d609 100644 --- a/.github/workflows/source_hackernews.yml +++ b/.github/workflows/source_hackernews.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/hackernews/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-hackernews - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/hackernews/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_homebrew.yml b/.github/workflows/source_homebrew.yml index fc8ea248c4b8a2..321c16d35c50c1 100644 --- a/.github/workflows/source_homebrew.yml +++ b/.github/workflows/source_homebrew.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/homebrew/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-homebrew - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/homebrew/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_hubspot.yml b/.github/workflows/source_hubspot.yml index 8c6243b4300700..74d46a337da42c 100644 --- a/.github/workflows/source_hubspot.yml +++ b/.github/workflows/source_hubspot.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/hubspot/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-hubspot - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/hubspot/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_k8s.yml b/.github/workflows/source_k8s.yml index 44f758cf301dcd..43d4f756737dd4 100644 --- a/.github/workflows/source_k8s.yml +++ b/.github/workflows/source_k8s.yml @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-k8s - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/k8s/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_mysql.yml b/.github/workflows/source_mysql.yml index c2557c2998d209..7de1c3e6022661 100644 --- a/.github/workflows/source_mysql.yml +++ b/.github/workflows/source_mysql.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/mysql/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-mysql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/mysql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_okta.yml b/.github/workflows/source_okta.yml index c486bc3af863a6..e5d92a3aed7439 100644 --- a/.github/workflows/source_okta.yml +++ b/.github/workflows/source_okta.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/okta/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-okta - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/okta/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_oracle.yml b/.github/workflows/source_oracle.yml index bb7a4e2736c16c..386c818c2321b0 100644 --- a/.github/workflows/source_oracle.yml +++ b/.github/workflows/source_oracle.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/oracle/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-oracle - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/oracle/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_oracledb.yml b/.github/workflows/source_oracledb.yml index 6b8265c86cf562..2349f53f4dafd2 100644 --- a/.github/workflows/source_oracledb.yml +++ b/.github/workflows/source_oracledb.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/oracledb/go.mod cache: true @@ -82,7 +82,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-oracledb - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/oracledb/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_pagerduty.yml b/.github/workflows/source_pagerduty.yml index e2b5b7ae48078c..51cb0e4eeb8258 100644 --- a/.github/workflows/source_pagerduty.yml +++ b/.github/workflows/source_pagerduty.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/pagerduty/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-pagerduty - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/pagerduty/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_postgresql.yml b/.github/workflows/source_postgresql.yml index 6e7206302ec161..a12e017f5b4c1a 100644 --- a/.github/workflows/source_postgresql.yml +++ b/.github/workflows/source_postgresql.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/postgresql/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-postgresql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/postgresql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_salesforce.yml b/.github/workflows/source_salesforce.yml index 37bb1448b8969a..02a388372dbcaf 100644 --- a/.github/workflows/source_salesforce.yml +++ b/.github/workflows/source_salesforce.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/salesforce/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-salesforce - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/salesforce/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_shopify.yml b/.github/workflows/source_shopify.yml index 1b6218c69174ba..d12c909b139e20 100644 --- a/.github/workflows/source_shopify.yml +++ b/.github/workflows/source_shopify.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/shopify/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-shopify - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/shopify/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_snyk.yml b/.github/workflows/source_snyk.yml index af05fbb5582f2a..b5c6e57cf59fa2 100644 --- a/.github/workflows/source_snyk.yml +++ b/.github/workflows/source_snyk.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/snyk/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-snyk - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/snyk/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_stripe.yml b/.github/workflows/source_stripe.yml index be65c54e249f55..febce8dee9abd5 100644 --- a/.github/workflows/source_stripe.yml +++ b/.github/workflows/source_stripe.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/stripe/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-stripe - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/stripe/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_terraform.yml b/.github/workflows/source_terraform.yml index faeb06da1646f0..dd9a4d3bb5f410 100644 --- a/.github/workflows/source_terraform.yml +++ b/.github/workflows/source_terraform.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/terraform/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-terraform - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/terraform/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_test.yml b/.github/workflows/source_test.yml index 91831bb37e0c09..8047a8f568660d 100644 --- a/.github/workflows/source_test.yml +++ b/.github/workflows/source_test.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/test/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-test - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: plugins/source/test/go.mod - name: Install GoReleaser diff --git a/scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl b/scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl index 77281e40345ba5..4b32e8dfea5d4b 100644 --- a/scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl +++ b/scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: go.mod cache: true diff --git a/scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl b/scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl index e8458ef8954fd2..090d3f6dfdfbc4 100644 --- a/scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl +++ b/scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: go.mod cache: true From 2e09e948dffccffa3388be791381b487b2cbcef0 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Mon, 17 Jul 2023 16:39:55 +0200 Subject: [PATCH 2/4] chore: only update scaffold --- .github/workflows/cli.yml | 4 ++-- .github/workflows/dest_azblob.yml | 4 ++-- .github/workflows/dest_bigquery.yml | 4 ++-- .github/workflows/dest_clickhouse.yml | 4 ++-- .github/workflows/dest_duckdb.yml | 4 ++-- .github/workflows/dest_elasticsearch.yml | 4 ++-- .github/workflows/dest_file.yml | 4 ++-- .github/workflows/dest_firehose.yml | 4 ++-- .github/workflows/dest_gcs.yml | 4 ++-- .github/workflows/dest_gremlin.yml | 4 ++-- .github/workflows/dest_kafka.yml | 4 ++-- .github/workflows/dest_meilisearch.yml | 4 ++-- .github/workflows/dest_mongodb.yml | 4 ++-- .github/workflows/dest_mssql.yml | 4 ++-- .github/workflows/dest_mysql.yml | 4 ++-- .github/workflows/dest_neo4j.yml | 4 ++-- .github/workflows/dest_postgresql.yml | 4 ++-- .github/workflows/dest_s3.yml | 4 ++-- .github/workflows/dest_snowflake.yml | 4 ++-- .github/workflows/dest_sqlite.yml | 4 ++-- .github/workflows/dest_test.yml | 4 ++-- .github/workflows/docs_changes_summary.yml | 2 +- .github/workflows/endpoints.yml | 2 +- .github/workflows/gcp-services.yml | 2 +- .github/workflows/manual_commands_triggers.yml | 2 +- .github/workflows/missing_tables_summary.yml | 2 +- .github/workflows/release_cli.yml | 2 +- .github/workflows/release_plugin.yml | 2 +- .github/workflows/release_plugin_dest_duckdb.yml | 2 +- .github/workflows/release_plugin_dest_snowflake.yml | 2 +- .github/workflows/release_plugin_dest_sqlite.yml | 2 +- .github/workflows/release_scaffold.yml | 2 +- .github/workflows/release_summary.yml | 2 +- .github/workflows/scaffold.yml | 4 ++-- .github/workflows/scripts_ci.yml | 2 +- .github/workflows/set_sentry_alerts.yml | 2 +- .github/workflows/source_alicloud.yml | 4 ++-- .github/workflows/source_aws.yml | 2 +- .github/workflows/source_awspricing.yml | 4 ++-- .github/workflows/source_azure.yml | 2 +- .github/workflows/source_azuredevops.yml | 4 ++-- .github/workflows/source_cloudflare.yml | 4 ++-- .github/workflows/source_datadog.yml | 4 ++-- .github/workflows/source_digitalocean.yml | 4 ++-- .github/workflows/source_facebookmarketing.yml | 4 ++-- .github/workflows/source_fastly.yml | 4 ++-- .github/workflows/source_firestore.yml | 4 ++-- .github/workflows/source_gcp.yml | 2 +- .github/workflows/source_github.yml | 4 ++-- .github/workflows/source_gitlab.yml | 4 ++-- .github/workflows/source_googleanalytics.yml | 4 ++-- .github/workflows/source_hackernews.yml | 4 ++-- .github/workflows/source_homebrew.yml | 4 ++-- .github/workflows/source_hubspot.yml | 4 ++-- .github/workflows/source_k8s.yml | 2 +- .github/workflows/source_mysql.yml | 4 ++-- .github/workflows/source_okta.yml | 4 ++-- .github/workflows/source_oracle.yml | 4 ++-- .github/workflows/source_oracledb.yml | 4 ++-- .github/workflows/source_pagerduty.yml | 4 ++-- .github/workflows/source_postgresql.yml | 4 ++-- .github/workflows/source_salesforce.yml | 4 ++-- .github/workflows/source_shopify.yml | 4 ++-- .github/workflows/source_snyk.yml | 4 ++-- .github/workflows/source_stripe.yml | 4 ++-- .github/workflows/source_terraform.yml | 4 ++-- .github/workflows/source_test.yml | 4 ++-- 67 files changed, 116 insertions(+), 116 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index d7b15bfe8f0eda..a147ddb4094ba7 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: cli/go.mod cache: true @@ -76,7 +76,7 @@ jobs: ubuntu-go-1.20.5-release-cache-cli - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: cli/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_azblob.yml b/.github/workflows/dest_azblob.yml index 780caf1dbf6222..75f0725ef81492 100644 --- a/.github/workflows/dest_azblob.yml +++ b/.github/workflows/dest_azblob.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/azblob/go.mod cache: true @@ -70,7 +70,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-azblob - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/azblob/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_bigquery.yml b/.github/workflows/dest_bigquery.yml index f0c33fb849c516..98b8b407f64d25 100644 --- a/.github/workflows/dest_bigquery.yml +++ b/.github/workflows/dest_bigquery.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Cloud SDK uses: 'google-github-actions/setup-gcloud@v0.6.2' - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/bigquery/go.mod cache: true @@ -79,7 +79,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-bigquery - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/bigquery/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_clickhouse.yml b/.github/workflows/dest_clickhouse.yml index e8a204348d5d9a..79f6a29ebd39ec 100644 --- a/.github/workflows/dest_clickhouse.yml +++ b/.github/workflows/dest_clickhouse.yml @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/clickhouse/go.mod cache: true @@ -91,7 +91,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-clickhouse - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/clickhouse/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_duckdb.yml b/.github/workflows/dest_duckdb.yml index bc17a01a8f238d..cf59018dd6261f 100644 --- a/.github/workflows/dest_duckdb.yml +++ b/.github/workflows/dest_duckdb.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/duckdb/go.mod cache: true @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-duckdb - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/duckdb/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_elasticsearch.yml b/.github/workflows/dest_elasticsearch.yml index 88fb6b0bca50d3..a12b914fddd874 100644 --- a/.github/workflows/dest_elasticsearch.yml +++ b/.github/workflows/dest_elasticsearch.yml @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/elasticsearch/go.mod cache: true @@ -78,7 +78,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-elasticsearch - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/elasticsearch/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_file.yml b/.github/workflows/dest_file.yml index 321871a1280d64..fdb2f8c7a10dca 100644 --- a/.github/workflows/dest_file.yml +++ b/.github/workflows/dest_file.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/file/go.mod cache: true @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-file - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/file/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_firehose.yml b/.github/workflows/dest_firehose.yml index 991284d7b795fd..8da16f929826a4 100644 --- a/.github/workflows/dest_firehose.yml +++ b/.github/workflows/dest_firehose.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/firehose/go.mod cache: true @@ -75,7 +75,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-firehose - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/firehose/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_gcs.yml b/.github/workflows/dest_gcs.yml index ba421c6daf513b..b0405cb8de3414 100644 --- a/.github/workflows/dest_gcs.yml +++ b/.github/workflows/dest_gcs.yml @@ -37,7 +37,7 @@ jobs: workload_identity_provider: 'projects/151868820337/locations/global/workloadIdentityPools/integration-test-pool/providers/integration-test-provider' service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/gcs/go.mod cache: true @@ -74,7 +74,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-gcs - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/gcs/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_gremlin.yml b/.github/workflows/dest_gremlin.yml index 2342151f2fc652..674a6d9090b7d1 100644 --- a/.github/workflows/dest_gremlin.yml +++ b/.github/workflows/dest_gremlin.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/gremlin/go.mod cache: true @@ -71,7 +71,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-gremlin - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/gremlin/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_kafka.yml b/.github/workflows/dest_kafka.yml index 64a39bc22f935c..8ac7b97ef9292d 100644 --- a/.github/workflows/dest_kafka.yml +++ b/.github/workflows/dest_kafka.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/kafka/go.mod cache: true @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-kafka - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/kafka/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_meilisearch.yml b/.github/workflows/dest_meilisearch.yml index 996c43fdfc04ad..bbaec6d2359963 100644 --- a/.github/workflows/dest_meilisearch.yml +++ b/.github/workflows/dest_meilisearch.yml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/meilisearch/go.mod cache: true @@ -88,7 +88,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-meilisearch - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/meilisearch/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_mongodb.yml b/.github/workflows/dest_mongodb.yml index 3f5bfa6a26c4fc..539acf7bef35cb 100644 --- a/.github/workflows/dest_mongodb.yml +++ b/.github/workflows/dest_mongodb.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/mongodb/go.mod cache: true @@ -69,7 +69,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-mongodb - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/mongodb/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_mssql.yml b/.github/workflows/dest_mssql.yml index 9d1ddf96c3c1db..97e6cb564040f6 100644 --- a/.github/workflows/dest_mssql.yml +++ b/.github/workflows/dest_mssql.yml @@ -57,7 +57,7 @@ jobs: -P "$DB_PASSWORD" \ -Q "CREATE DATABASE $DB_NAME;" - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/mssql/go.mod cache: true @@ -95,7 +95,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-mssql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/mssql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_mysql.yml b/.github/workflows/dest_mysql.yml index 1e863002a4aed0..46e914ca64fdf2 100644 --- a/.github/workflows/dest_mysql.yml +++ b/.github/workflows/dest_mysql.yml @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/mysql/go.mod cache: true @@ -79,7 +79,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-mysql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/mysql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_neo4j.yml b/.github/workflows/dest_neo4j.yml index 9c6186ea6144df..187a14fc517809 100644 --- a/.github/workflows/dest_neo4j.yml +++ b/.github/workflows/dest_neo4j.yml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/neo4j/go.mod cache: true @@ -86,7 +86,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-neo4j - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/neo4j/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_postgresql.yml b/.github/workflows/dest_postgresql.yml index de7bb104d451e5..41d4ce82e11580 100644 --- a/.github/workflows/dest_postgresql.yml +++ b/.github/workflows/dest_postgresql.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/postgresql/go.mod cache: true @@ -91,7 +91,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-postgresql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/postgresql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_s3.yml b/.github/workflows/dest_s3.yml index fe268616360e1e..7a5df326adf7ad 100644 --- a/.github/workflows/dest_s3.yml +++ b/.github/workflows/dest_s3.yml @@ -39,7 +39,7 @@ jobs: role-to-assume: arn:aws:iam::615713231484:role/destination-s3 aws-region: us-east-1 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/s3/go.mod cache: true @@ -76,7 +76,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-s3 - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/s3/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_snowflake.yml b/.github/workflows/dest_snowflake.yml index 053c791e16514d..a7a2baf7b32e9d 100644 --- a/.github/workflows/dest_snowflake.yml +++ b/.github/workflows/dest_snowflake.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/snowflake/go.mod cache: true @@ -70,7 +70,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-snowflake - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/snowflake/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_sqlite.yml b/.github/workflows/dest_sqlite.yml index 68843c190b1d18..6e70e66abec723 100644 --- a/.github/workflows/dest_sqlite.yml +++ b/.github/workflows/dest_sqlite.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/sqlite/go.mod cache: true @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-sqlite - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/sqlite/go.mod - name: Install GoReleaser diff --git a/.github/workflows/dest_test.yml b/.github/workflows/dest_test.yml index 74bd08f6af5c5f..31eb5080953643 100644 --- a/.github/workflows/dest_test.yml +++ b/.github/workflows/dest_test.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/test/go.mod cache: true @@ -66,7 +66,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-test - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/test/go.mod - name: Install GoReleaser diff --git a/.github/workflows/docs_changes_summary.yml b/.github/workflows/docs_changes_summary.yml index 712d53c761f1b6..15f4d31a6b2d53 100644 --- a/.github/workflows/docs_changes_summary.yml +++ b/.github/workflows/docs_changes_summary.yml @@ -26,7 +26,7 @@ jobs: run: | curl -L ${{ github.event.pull_request.diff_url }} > pr.diff - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: scripts/table_diff/go.mod cache: true diff --git a/.github/workflows/endpoints.yml b/.github/workflows/endpoints.yml index 9eefc240defcde..8375f491db5faf 100644 --- a/.github/workflows/endpoints.yml +++ b/.github/workflows/endpoints.yml @@ -19,7 +19,7 @@ jobs: with: ref: ${{ github.ref }} - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/aws/go.mod cache: true diff --git a/.github/workflows/gcp-services.yml b/.github/workflows/gcp-services.yml index f56e2427a42cf0..6121de78621e59 100644 --- a/.github/workflows/gcp-services.yml +++ b/.github/workflows/gcp-services.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/gcp/go.mod cache: true diff --git a/.github/workflows/manual_commands_triggers.yml b/.github/workflows/manual_commands_triggers.yml index b4a9b346432b07..58c41183600d29 100644 --- a/.github/workflows/manual_commands_triggers.yml +++ b/.github/workflows/manual_commands_triggers.yml @@ -30,7 +30,7 @@ jobs: token: ${{ secrets.GH_CQ_BOT }} - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/${{ github.event.client_payload.slash_command.args.named.plugin }}/go.mod cache: true diff --git a/.github/workflows/missing_tables_summary.yml b/.github/workflows/missing_tables_summary.yml index 6a4fa72ee26f2c..a848f20f5c4272 100644 --- a/.github/workflows/missing_tables_summary.yml +++ b/.github/workflows/missing_tables_summary.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: scripts/missing_tables/go.mod cache: true diff --git a/.github/workflows/release_cli.yml b/.github/workflows/release_cli.yml index 3c8074366faedd..cbf1500030ac8a 100644 --- a/.github/workflows/release_cli.yml +++ b/.github/workflows/release_cli.yml @@ -36,7 +36,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-cli - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: cli/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_plugin.yml b/.github/workflows/release_plugin.yml index f642f4b1b6e46c..c69a21d5d87824 100644 --- a/.github/workflows/release_plugin.yml +++ b/.github/workflows/release_plugin.yml @@ -45,7 +45,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-plugins-${{ steps.split.outputs.plugin_type }}-${{ steps.split.outputs.plugin_name }} - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: ${{steps.split.outputs.plugins_dir}}/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_plugin_dest_duckdb.yml b/.github/workflows/release_plugin_dest_duckdb.yml index 91ae8c30475e12..b1be1147c7f119 100644 --- a/.github/workflows/release_plugin_dest_duckdb.yml +++ b/.github/workflows/release_plugin_dest_duckdb.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-duckdb - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/duckdb/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_plugin_dest_snowflake.yml b/.github/workflows/release_plugin_dest_snowflake.yml index 90676b1aff737d..321ced46e2e9ea 100644 --- a/.github/workflows/release_plugin_dest_snowflake.yml +++ b/.github/workflows/release_plugin_dest_snowflake.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-snowflake - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/snowflake/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_plugin_dest_sqlite.yml b/.github/workflows/release_plugin_dest_sqlite.yml index 94658799461803..faa92077b10d43 100644 --- a/.github/workflows/release_plugin_dest_sqlite.yml +++ b/.github/workflows/release_plugin_dest_sqlite.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-plugins-destination-sqlite - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/destination/sqlite/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_scaffold.yml b/.github/workflows/release_scaffold.yml index 9035536140b0c7..601c601f2d430d 100644 --- a/.github/workflows/release_scaffold.yml +++ b/.github/workflows/release_scaffold.yml @@ -36,7 +36,7 @@ jobs: restore-keys: | ${{ runner.os }}-go-1.20.5-release-cache-scaffold - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: scaffold/go.mod - name: Install GoReleaser diff --git a/.github/workflows/release_summary.yml b/.github/workflows/release_summary.yml index 141b8858e60a47..c822d1114902cb 100644 --- a/.github/workflows/release_summary.yml +++ b/.github/workflows/release_summary.yml @@ -61,7 +61,7 @@ jobs: run: | git diff ${{ steps.tag.outputs.latest }}..HEAD -- website/tables/${{ steps.plugin.outputs.name }} > scripts/table_diff/diff.txt - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: scripts/table_diff/go.mod cache: true diff --git a/.github/workflows/scaffold.yml b/.github/workflows/scaffold.yml index f7c839bf84177c..8c18a1ea86f052 100644 --- a/.github/workflows/scaffold.yml +++ b/.github/workflows/scaffold.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: scaffold/go.mod cache: true @@ -65,7 +65,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-scaffold - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: scaffold/go.mod - name: Install GoReleaser diff --git a/.github/workflows/scripts_ci.yml b/.github/workflows/scripts_ci.yml index 48e9e494cfe9a5..8cf31cfa864daf 100644 --- a/.github/workflows/scripts_ci.yml +++ b/.github/workflows/scripts_ci.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: scripts/table_diff/go.mod cache: true diff --git a/.github/workflows/set_sentry_alerts.yml b/.github/workflows/set_sentry_alerts.yml index 380d63c50ccd3a..9e01d72f084e6e 100644 --- a/.github/workflows/set_sentry_alerts.yml +++ b/.github/workflows/set_sentry_alerts.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: scripts/sentry_alerts/go.mod cache: true diff --git a/.github/workflows/source_alicloud.yml b/.github/workflows/source_alicloud.yml index 4048a26f2fa76d..c0bb3322d2f053 100644 --- a/.github/workflows/source_alicloud.yml +++ b/.github/workflows/source_alicloud.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/alicloud/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-alicloud - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/alicloud/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 131c549ac900af..2eca675a49f5d8 100644 --- a/.github/workflows/source_aws.yml +++ b/.github/workflows/source_aws.yml @@ -91,7 +91,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-aws - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/aws/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_awspricing.yml b/.github/workflows/source_awspricing.yml index 93e6429eba53a9..6cdbf0372f9f2b 100644 --- a/.github/workflows/source_awspricing.yml +++ b/.github/workflows/source_awspricing.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/awspricing/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-awspricing - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/awspricing/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_azure.yml b/.github/workflows/source_azure.yml index 72cd5ec6ad2ea7..25979eaf369feb 100644 --- a/.github/workflows/source_azure.yml +++ b/.github/workflows/source_azure.yml @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-azure - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/azure/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_azuredevops.yml b/.github/workflows/source_azuredevops.yml index dbae920e34c680..84e7741e174b4c 100644 --- a/.github/workflows/source_azuredevops.yml +++ b/.github/workflows/source_azuredevops.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/azuredevops/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-azuredevops - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/azuredevops/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_cloudflare.yml b/.github/workflows/source_cloudflare.yml index 4bc255c0e21f1d..e070b994ce3d33 100644 --- a/.github/workflows/source_cloudflare.yml +++ b/.github/workflows/source_cloudflare.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/cloudflare/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-cloudflare - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/cloudflare/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_datadog.yml b/.github/workflows/source_datadog.yml index d715f14adc8d4c..d3c47c2bc39cc6 100644 --- a/.github/workflows/source_datadog.yml +++ b/.github/workflows/source_datadog.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/datadog/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-datadog - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/datadog/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_digitalocean.yml b/.github/workflows/source_digitalocean.yml index 058a4d87721bf4..6340a1711ac41b 100644 --- a/.github/workflows/source_digitalocean.yml +++ b/.github/workflows/source_digitalocean.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/digitalocean/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-digitalocean - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/digitalocean/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_facebookmarketing.yml b/.github/workflows/source_facebookmarketing.yml index 05dc50a23cf96d..85db4681b07b6c 100644 --- a/.github/workflows/source_facebookmarketing.yml +++ b/.github/workflows/source_facebookmarketing.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/facebookmarketing/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-facebookmarketing - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/facebookmarketing/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_fastly.yml b/.github/workflows/source_fastly.yml index b46ba29183f2f0..a80a144aa6ef3c 100644 --- a/.github/workflows/source_fastly.yml +++ b/.github/workflows/source_fastly.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/fastly/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-fastly - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/fastly/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_firestore.yml b/.github/workflows/source_firestore.yml index 761528fda930d1..6b79450e920308 100644 --- a/.github/workflows/source_firestore.yml +++ b/.github/workflows/source_firestore.yml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/firestore/go.mod cache: true @@ -76,7 +76,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-firestore - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/firestore/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_gcp.yml b/.github/workflows/source_gcp.yml index 63db081d616c38..2d193154e7a9db 100644 --- a/.github/workflows/source_gcp.yml +++ b/.github/workflows/source_gcp.yml @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-gcp - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/gcp/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_github.yml b/.github/workflows/source_github.yml index 0eabda1ec9db9c..09a2f73632e270 100644 --- a/.github/workflows/source_github.yml +++ b/.github/workflows/source_github.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/github/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-github - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/github/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_gitlab.yml b/.github/workflows/source_gitlab.yml index 14af7cf8fe87ca..5e860f4a231c76 100644 --- a/.github/workflows/source_gitlab.yml +++ b/.github/workflows/source_gitlab.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/gitlab/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-github - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/gitlab/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_googleanalytics.yml b/.github/workflows/source_googleanalytics.yml index 8c0e22dd7de98c..57bf5d19356f24 100644 --- a/.github/workflows/source_googleanalytics.yml +++ b/.github/workflows/source_googleanalytics.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/googleanalytics/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-googleanalytics - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/googleanalytics/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_hackernews.yml b/.github/workflows/source_hackernews.yml index 324a74c276d609..e369dd87dd50cb 100644 --- a/.github/workflows/source_hackernews.yml +++ b/.github/workflows/source_hackernews.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/hackernews/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-hackernews - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/hackernews/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_homebrew.yml b/.github/workflows/source_homebrew.yml index 321c16d35c50c1..fc8ea248c4b8a2 100644 --- a/.github/workflows/source_homebrew.yml +++ b/.github/workflows/source_homebrew.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/homebrew/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-homebrew - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/homebrew/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_hubspot.yml b/.github/workflows/source_hubspot.yml index 74d46a337da42c..8c6243b4300700 100644 --- a/.github/workflows/source_hubspot.yml +++ b/.github/workflows/source_hubspot.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/hubspot/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-hubspot - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/hubspot/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_k8s.yml b/.github/workflows/source_k8s.yml index 43d4f756737dd4..44f758cf301dcd 100644 --- a/.github/workflows/source_k8s.yml +++ b/.github/workflows/source_k8s.yml @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-k8s - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/k8s/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_mysql.yml b/.github/workflows/source_mysql.yml index 7de1c3e6022661..c2557c2998d209 100644 --- a/.github/workflows/source_mysql.yml +++ b/.github/workflows/source_mysql.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/mysql/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-mysql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/mysql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_okta.yml b/.github/workflows/source_okta.yml index e5d92a3aed7439..c486bc3af863a6 100644 --- a/.github/workflows/source_okta.yml +++ b/.github/workflows/source_okta.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/okta/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-okta - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/okta/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_oracle.yml b/.github/workflows/source_oracle.yml index 386c818c2321b0..bb7a4e2736c16c 100644 --- a/.github/workflows/source_oracle.yml +++ b/.github/workflows/source_oracle.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/oracle/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-oracle - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/oracle/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_oracledb.yml b/.github/workflows/source_oracledb.yml index 2349f53f4dafd2..6b8265c86cf562 100644 --- a/.github/workflows/source_oracledb.yml +++ b/.github/workflows/source_oracledb.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/oracledb/go.mod cache: true @@ -82,7 +82,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-oracledb - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/oracledb/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_pagerduty.yml b/.github/workflows/source_pagerduty.yml index 51cb0e4eeb8258..e2b5b7ae48078c 100644 --- a/.github/workflows/source_pagerduty.yml +++ b/.github/workflows/source_pagerduty.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/pagerduty/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-pagerduty - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/pagerduty/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_postgresql.yml b/.github/workflows/source_postgresql.yml index a12e017f5b4c1a..6e7206302ec161 100644 --- a/.github/workflows/source_postgresql.yml +++ b/.github/workflows/source_postgresql.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/postgresql/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-postgresql - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/postgresql/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_salesforce.yml b/.github/workflows/source_salesforce.yml index 02a388372dbcaf..37bb1448b8969a 100644 --- a/.github/workflows/source_salesforce.yml +++ b/.github/workflows/source_salesforce.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/salesforce/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-salesforce - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/salesforce/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_shopify.yml b/.github/workflows/source_shopify.yml index d12c909b139e20..1b6218c69174ba 100644 --- a/.github/workflows/source_shopify.yml +++ b/.github/workflows/source_shopify.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/shopify/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-shopify - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/shopify/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_snyk.yml b/.github/workflows/source_snyk.yml index b5c6e57cf59fa2..af05fbb5582f2a 100644 --- a/.github/workflows/source_snyk.yml +++ b/.github/workflows/source_snyk.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/snyk/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-snyk - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/snyk/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_stripe.yml b/.github/workflows/source_stripe.yml index febce8dee9abd5..be65c54e249f55 100644 --- a/.github/workflows/source_stripe.yml +++ b/.github/workflows/source_stripe.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/stripe/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-stripe - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/stripe/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_terraform.yml b/.github/workflows/source_terraform.yml index dd9a4d3bb5f410..faeb06da1646f0 100644 --- a/.github/workflows/source_terraform.yml +++ b/.github/workflows/source_terraform.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/terraform/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-terraform - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/terraform/go.mod - name: Install GoReleaser diff --git a/.github/workflows/source_test.yml b/.github/workflows/source_test.yml index 8047a8f568660d..91831bb37e0c09 100644 --- a/.github/workflows/source_test.yml +++ b/.github/workflows/source_test.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/test/go.mod cache: true @@ -72,7 +72,7 @@ jobs: ${{ runner.os }}-go-1.20.5-release-cache-plugins-source-test - name: Set up Go if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push' - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version-file: plugins/source/test/go.mod - name: Install GoReleaser From fc1ad2980f37ef631da4d9a22c1bf449e163f3a5 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 17 Jul 2023 17:41:07 +0300 Subject: [PATCH 3/4] Update release.yaml.tpl --- scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl b/scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl index 4b32e8dfea5d4b..27d68fe535730e 100644 --- a/scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl +++ b/scaffold/cmd/templates/source/.github/workflows/release.yaml.tpl @@ -24,7 +24,6 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: go.mod - cache: true - name: Run GoReleaser Dry-Run uses: goreleaser/goreleaser-action@v3 with: From 11c7b1a117e075a2e69ed11a9b424480ee22d628 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 17 Jul 2023 17:41:17 +0300 Subject: [PATCH 4/4] Update test.yaml.tpl --- scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl b/scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl index 090d3f6dfdfbc4..2890f3ddbaab12 100644 --- a/scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl +++ b/scaffold/cmd/templates/source/.github/workflows/test.yaml.tpl @@ -19,7 +19,6 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: go.mod - cache: true - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: