chore: update go to v1.25#48
Merged
Merged
Conversation
3d38649 to
128cb5e
Compare
eeddbcf to
6718531
Compare
6718531 to
e6e4c5e
Compare
stevo-f3
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update Go to v1.25, modernise CI workflows, and improve the provider reliability.
Ref.: form3tech/project-ctp#9
Changes
Go & Dependencies
go.modgolang.org/x/oauth2to a direct dependencyvendor/from.gitignore)CI/CD Workflows
actions/checkout@v4,actions/setup-go@v5)id-token,contents,pull-requests)publishjob (moved to a dedicated release workflow)TF_ACC,COMMIT_MESSAGE_PREFIX,GITHUB_TOKEN, etc.) are now set at the workflow levelmaster, using the sharedform3tech/tfe-providers-gh-workflowsreusable workflowBug Fixes
Branchfield tocommit.CreateCommitin both create/update and delete operations, ensuring commits target the correct branch instead of defaultingTests
form3tech-oss/terraform-provider-githubfile) on a dynamically created branch (acc-test-<random>), eliminating the dependency on the externalterraform-provider-githubfile-testrepositoryTestMainfunction ensures the test branch is deleted after all tests completeTestResourceFileDelete_ArchivedRepoandTestResourceFileDelete_NonArchivedRepo_FileNotFoundusing a mock HTTP server to validate the archived-repo and file-not-found edge casesMisc
Makefiletest target for robustnessGO111MODULE=onenv fromgoreleaser.yaml(unnecessary with Go 1.25)