Skip to content

Commit

Permalink
chore: pin Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 1, 2023
1 parent f5a4a54 commit fdd0915
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bigtable-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-reaper-off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-rootless-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cockroachdb-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/consul-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datastore-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-couchbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-pulsar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-redpanda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mongodb-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nats-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nginx-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pubsub-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spanner-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toxiproxy-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion modulegen/_template/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit fdd0915

Please sign in to comment.