Skip to content

fix: upgrade Go mod version & dependencies#84

Merged
josue merged 1 commit intomainfrom
fix/FL-28736/fix_incorrect_auth_enthistory
Feb 4, 2026
Merged

fix: upgrade Go mod version & dependencies#84
josue merged 1 commit intomainfrom
fix/FL-28736/fix_incorrect_auth_enthistory

Conversation

@josue
Copy link
Collaborator

@josue josue commented Feb 4, 2026

Description

Upgrade Go module version from 1.25.3 to 1.25.7 and update all dependencies to their latest compatible versions.

Key dependency updates:

  • ariga.io/atlas: v0.37.0 → v1.0.0
  • github.com/99designs/gqlgen: v0.17.81 → v0.17.86
  • github.com/flume/enthistory: v0.16.5 → v0.17.0
  • github.com/mattn/go-sqlite3: v1.14.32 → v1.14.33
  • github.com/vektah/gqlparser/v2: v2.5.30 → v2.5.31
  • Various indirect dependencies updated

Motivation and Context

This change addresses authentication/authorization issues in enthistory by upgrading to patched versions of dependencies that contain the necessary fixes.

Fixes:

  • FL-28736
  • FL-7586
  • FL-7587
  • FL-28737
  • FL-28738

How Has This Been Tested?

  • Verified go mod tidy completes successfully
  • Ensured all dependencies resolve correctly
  • Existing tests should pass with updated dependencies

Screenshots (if appropriate):

N/A

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (update or addition to documentation for this project)

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@flume-bot
Copy link

flume-bot commented Feb 4, 2026

⚠️ Snyk checks are incomplete.

Status Scanner Critical High Medium Low Total (0)
⚠️ Open Source Security 0 0 0 0 See details
⚠️ Licenses 0 0 0 0 See details

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@josue josue changed the title fix: [FL-28736] upgrade Go mod version & dependencies fix: upgrade Go mod version & dependencies Feb 4, 2026
@josue josue marked this pull request as ready for review February 4, 2026 17:25
@josue josue requested a review from caseyh as a code owner February 4, 2026 17:25
@josue josue merged commit 2689cbe into main Feb 4, 2026
6 of 8 checks passed
@josue josue deleted the fix/FL-28736/fix_incorrect_auth_enthistory branch February 4, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments