Skip to content

Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group across 1 directory #1135

Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group across 1 directory

Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group across 1 directory #1135

Workflow file for this run

name: migration tests
on: [pull_request]
jobs:
docker-tests:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
image: ['mysql/mysql-server:5.7.41','mysql:8.0.41','mysql:8.4.3','percona/percona-server:8.0.41-32']
env:
TEST_MYSQL_IMAGE: ${{ matrix.image }}
steps:
- uses: actions/checkout@v4
- name: Setup environment
run: script/docker-gh-ost-replica-tests up
- name: Run tests
run: script/docker-gh-ost-replica-tests run
- name: Teardown environment
if: always()
run: script/docker-gh-ost-replica-tests down