Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 #246

Commits on Mar 10, 2024

  1. Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0

    Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.7.1 to 1.8.0.
    - [Release notes](https://github.com/go-sql-driver/mysql/releases)
    - [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md)
    - [Commits](go-sql-driver/mysql@v1.7.1...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-sql-driver/mysql
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    46fc134 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fixed panic: interface conversion: interface {} is int64, not []uint8

    ```
    panic: interface conversion: interface {} is int64, not []uint8 [recovered]
    	panic: interface conversion: interface {} is int64, not []uint8
    
    goroutine 35 [running]:
    testing.tRunner.func1.2({0x6e4b00, 0xc00009e120})
    	/opt/hostedtoolcache/go/1.22.0/x64/src/testing/testing.go:1631 +0x24a
    testing.tRunner.func1()
    	/opt/hostedtoolcache/go/1.22.0/x64/src/testing/testing.go:1634 +0x377
    panic({0x6e4b00?, 0xc00009e120?})
    	/opt/hostedtoolcache/go/1.22.0/x64/src/runtime/panic.go:770 +0x132
    github.com/sue445/plant_erd/adapter/mysql.rowString(...)
    	/home/runner/work/plant_erd/plant_erd/adapter/mysql/adapter.go:34
    github.com/sue445/plant_erd/adapter/mysql.rowInt(0x6df820?, {0x730ebd?, 0x19?})
    	/home/runner/work/plant_erd/plant_erd/adapter/mysql/adapter.go:38 +0xe5
    github.com/sue445/plant_erd/adapter/mysql.(*Adapter).getIndexes(0xc0000501f8, {0x730365?, 0x8?})
    	/home/runner/work/plant_erd/plant_erd/adapter/mysql/adapter.go:180 +0x337
    github.com/sue445/plant_erd/adapter/mysql.(*Adapter).GetTable(0xc0000501f8, {0x730365, 0x8})
    	/home/runner/work/plant_erd/plant_erd/adapter/mysql/adapter.go:97 +0x696
    github.com/sue445/plant_erd/adapter/mysql.TestAdapter_GetTable.func1.4(0xc00012f1e0)
    	/home/runner/work/plant_erd/plant_erd/adapter/mysql/adapter_test.go:236 +0x3e
    testing.tRunner(0xc00012f1e0, 0xc000074fc0)
    	/opt/hostedtoolcache/go/1.22.0/x64/src/testing/testing.go:1689 +0xfb
    created by testing.(*T).Run in goroutine 11
    	/opt/hostedtoolcache/go/1.22.0/x64/src/testing/testing.go:1742 +0x390
    ```
    
    c.f. https://github.com/sue445/plant_erd/actions/runs/8224625813/job/22488671695?pr=246
    sue445 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    180d3a4 View commit details
    Browse the repository at this point in the history