From fdd0915e748e9ad404d9696dd2fe89a40ca8054c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Tue, 1 Aug 2023 22:28:01 +0200 Subject: [PATCH] chore: pin Go versions --- .github/workflows/bigtable-example.yml | 2 +- .github/workflows/ci-reaper-off.yml | 2 +- .github/workflows/ci-rootless-docker.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/cockroachdb-example.yml | 2 +- .github/workflows/consul-example.yml | 2 +- .github/workflows/datastore-example.yml | 2 +- .github/workflows/firestore-example.yml | 2 +- .github/workflows/module-compose.yml | 2 +- .github/workflows/module-couchbase.yml | 2 +- .github/workflows/module-k3s.yml | 2 +- .github/workflows/module-localstack.yml | 2 +- .github/workflows/module-mysql.yml | 2 +- .github/workflows/module-neo4j.yml | 2 +- .github/workflows/module-postgres.yml | 2 +- .github/workflows/module-pulsar.yml | 2 +- .github/workflows/module-redis.yml | 2 +- .github/workflows/module-redpanda.yml | 2 +- .github/workflows/module-vault.yml | 2 +- .github/workflows/mongodb-example.yml | 2 +- .github/workflows/nats-example.yml | 2 +- .github/workflows/nginx-example.yml | 2 +- .github/workflows/pubsub-example.yml | 2 +- .github/workflows/spanner-example.yml | 2 +- .github/workflows/toxiproxy-example.yml | 2 +- modulegen/_template/ci.yml.tmpl | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/bigtable-example.yml b/.github/workflows/bigtable-example.yml index 7ed2af73c4..69eca2099a 100644 --- a/.github/workflows/bigtable-example.yml +++ b/.github/workflows/bigtable-example.yml @@ -20,7 +20,7 @@ jobs: test-bigtable: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/ci-reaper-off.yml b/.github/workflows/ci-reaper-off.yml index fd097e1b1c..6256002300 100644 --- a/.github/workflows/ci-reaper-off.yml +++ b/.github/workflows/ci-reaper-off.yml @@ -20,7 +20,7 @@ jobs: test-reaper-off: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: ubuntu-latest env: TESTCONTAINERS_RYUK_DISABLED: "true" diff --git a/.github/workflows/ci-rootless-docker.yml b/.github/workflows/ci-rootless-docker.yml index 5869b5c6b9..8184b144b5 100644 --- a/.github/workflows/ci-rootless-docker.yml +++ b/.github/workflows/ci-rootless-docker.yml @@ -20,7 +20,7 @@ jobs: test-rootless-docker: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} env: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bcd415a8f..9a67a75aac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: test: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} env: diff --git a/.github/workflows/cockroachdb-example.yml b/.github/workflows/cockroachdb-example.yml index 085e3eadf2..7e1a43d604 100644 --- a/.github/workflows/cockroachdb-example.yml +++ b/.github/workflows/cockroachdb-example.yml @@ -20,7 +20,7 @@ jobs: test-cockroachdb: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/consul-example.yml b/.github/workflows/consul-example.yml index 85f2db8c71..fdef07b347 100644 --- a/.github/workflows/consul-example.yml +++ b/.github/workflows/consul-example.yml @@ -20,7 +20,7 @@ jobs: test-consul: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/datastore-example.yml b/.github/workflows/datastore-example.yml index 5ed02eccd6..71277d7642 100644 --- a/.github/workflows/datastore-example.yml +++ b/.github/workflows/datastore-example.yml @@ -20,7 +20,7 @@ jobs: test-datastore: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/firestore-example.yml b/.github/workflows/firestore-example.yml index 1e9713a770..34a84a399e 100644 --- a/.github/workflows/firestore-example.yml +++ b/.github/workflows/firestore-example.yml @@ -20,7 +20,7 @@ jobs: test-firestore: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-compose.yml b/.github/workflows/module-compose.yml index 3f8553b4e7..4fe78cb87b 100644 --- a/.github/workflows/module-compose.yml +++ b/.github/workflows/module-compose.yml @@ -16,7 +16,7 @@ jobs: test-compose: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-couchbase.yml b/.github/workflows/module-couchbase.yml index 1943e5e59a..7ce14f425e 100644 --- a/.github/workflows/module-couchbase.yml +++ b/.github/workflows/module-couchbase.yml @@ -20,7 +20,7 @@ jobs: test-couchbase: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-k3s.yml b/.github/workflows/module-k3s.yml index f32e1e5e47..d9d923a590 100644 --- a/.github/workflows/module-k3s.yml +++ b/.github/workflows/module-k3s.yml @@ -20,7 +20,7 @@ jobs: test-k3s: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-localstack.yml b/.github/workflows/module-localstack.yml index ae227c022f..196b395152 100644 --- a/.github/workflows/module-localstack.yml +++ b/.github/workflows/module-localstack.yml @@ -20,7 +20,7 @@ jobs: test-localstack: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-mysql.yml b/.github/workflows/module-mysql.yml index 9141256f19..117c516efa 100644 --- a/.github/workflows/module-mysql.yml +++ b/.github/workflows/module-mysql.yml @@ -20,7 +20,7 @@ jobs: test-mysql: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-neo4j.yml b/.github/workflows/module-neo4j.yml index 3b3d58b1f1..e0cb414bc1 100644 --- a/.github/workflows/module-neo4j.yml +++ b/.github/workflows/module-neo4j.yml @@ -20,7 +20,7 @@ jobs: test-neo4j: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-postgres.yml b/.github/workflows/module-postgres.yml index 45fed923b6..274f1500f9 100644 --- a/.github/workflows/module-postgres.yml +++ b/.github/workflows/module-postgres.yml @@ -20,7 +20,7 @@ jobs: test-postgres: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-pulsar.yml b/.github/workflows/module-pulsar.yml index 16f6b6ceb7..0684b1653d 100644 --- a/.github/workflows/module-pulsar.yml +++ b/.github/workflows/module-pulsar.yml @@ -20,7 +20,7 @@ jobs: test-pulsar: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-redis.yml b/.github/workflows/module-redis.yml index 9ab793e41d..cb5aa632fd 100644 --- a/.github/workflows/module-redis.yml +++ b/.github/workflows/module-redis.yml @@ -20,7 +20,7 @@ jobs: test-redis: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-redpanda.yml b/.github/workflows/module-redpanda.yml index 20ada738c7..0207c9658e 100644 --- a/.github/workflows/module-redpanda.yml +++ b/.github/workflows/module-redpanda.yml @@ -20,7 +20,7 @@ jobs: test-redpanda: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/module-vault.yml b/.github/workflows/module-vault.yml index b0ff080c26..b44492ca97 100644 --- a/.github/workflows/module-vault.yml +++ b/.github/workflows/module-vault.yml @@ -20,7 +20,7 @@ jobs: test-vault: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/mongodb-example.yml b/.github/workflows/mongodb-example.yml index 59625188c3..3f44f7eeec 100644 --- a/.github/workflows/mongodb-example.yml +++ b/.github/workflows/mongodb-example.yml @@ -20,7 +20,7 @@ jobs: test-mongodb: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/nats-example.yml b/.github/workflows/nats-example.yml index 72dea650a7..6929dc745f 100644 --- a/.github/workflows/nats-example.yml +++ b/.github/workflows/nats-example.yml @@ -20,7 +20,7 @@ jobs: test-nats: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/nginx-example.yml b/.github/workflows/nginx-example.yml index b0d3e5e63d..d0e0cfd849 100644 --- a/.github/workflows/nginx-example.yml +++ b/.github/workflows/nginx-example.yml @@ -20,7 +20,7 @@ jobs: test-nginx: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/pubsub-example.yml b/.github/workflows/pubsub-example.yml index 8461848824..5c245563e4 100644 --- a/.github/workflows/pubsub-example.yml +++ b/.github/workflows/pubsub-example.yml @@ -20,7 +20,7 @@ jobs: test-pubsub: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/spanner-example.yml b/.github/workflows/spanner-example.yml index 0c5106bd92..809e4a2898 100644 --- a/.github/workflows/spanner-example.yml +++ b/.github/workflows/spanner-example.yml @@ -20,7 +20,7 @@ jobs: test-spanner: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/.github/workflows/toxiproxy-example.yml b/.github/workflows/toxiproxy-example.yml index 3a52189a58..cc41133156 100644 --- a/.github/workflows/toxiproxy-example.yml +++ b/.github/workflows/toxiproxy-example.yml @@ -20,7 +20,7 @@ jobs: test-toxiproxy: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: diff --git a/modulegen/_template/ci.yml.tmpl b/modulegen/_template/ci.yml.tmpl index 7d51075156..c36bb7d363 100644 --- a/modulegen/_template/ci.yml.tmpl +++ b/modulegen/_template/ci.yml.tmpl @@ -20,7 +20,7 @@ jobs: test-{{ $lower }}: strategy: matrix: - go-version: [1.19.x, 1.x] + go-version: [1.19.10, 1.20.5] runs-on: "ubuntu-latest" steps: