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

chore: bump to Go 1.22 #375

Merged
merged 8 commits into from
Mar 10, 2024

Commits on Mar 7, 2024

  1. chore: bump to Go 1.22

    rootulp committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    99f791a View commit details
    Browse the repository at this point in the history
  2. ci: fix CI by bumping Go in dockerfiles

    Also checkout codebase before setup go
    rootulp committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4950d8c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    3b4cb85 View commit details
    Browse the repository at this point in the history
  2. lint: gofumpt file

    rootulp committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8cd9f4c View commit details
    Browse the repository at this point in the history
  3. fix: WriteFile permissions

    Inspired by: cosmos@ac74e23
    Fixes thislint error:
    
    crypto/keyring/keyring.go:722:14: G306: Expect WriteFile permissions to be 0600 or less (gosec)
    			if err := os.WriteFile(dir+"/keyhash", passwordHash, 0o555); err != nil {
    rootulp committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8ee806f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ac4256 View commit details
    Browse the repository at this point in the history
  5. lint: remove depguard

    Not used on cosmos-sdk main branch
    rootulp committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9b0a75e View commit details
    Browse the repository at this point in the history
  6. lint: resolve nakedret

    rootulp committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    09df21b View commit details
    Browse the repository at this point in the history