Skip to content

Relax minimum Go version requirement #107

Closed
abhinavgautam01 wants to merge 1 commit into
git-pkgs:mainfrom
abhinavgautam01:chore/relax-go-requirement-64
Closed

Relax minimum Go version requirement #107
abhinavgautam01 wants to merge 1 commit into
git-pkgs:mainfrom
abhinavgautam01:chore/relax-go-requirement-64

Conversation

@abhinavgautam01
Copy link
Copy Markdown

closes #64
##Summary

  • lower Go version in go.mod to 1.25.6 to match dependency minimums
  • pin Gitea SDK to v0.23.2 (last series requiring Go 1.23) to avoid forcing Go 1.26
  • update Gitea merge/secret calls for the older SDK API

##Testing

  • go build -v ./...
  • go test -v -race ./...
  • go tool golangci-lint run ./...

@untitaker
Copy link
Copy Markdown
Contributor

I really do not think downgrading gitea SDK is acceptable cost for supporting older go versions.

@andrew
Copy link
Copy Markdown
Contributor

andrew commented May 29, 2026

I agree, I don’t think it’s worth the rollback

@andrew andrew closed this May 29, 2026
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.

Consider relaxing minimum go requirement

3 participants