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

Downgrade go pg #374

Merged
merged 24 commits into from
Aug 26, 2024
Merged

Downgrade go pg #374

merged 24 commits into from
Aug 26, 2024

Conversation

srieckhof
Copy link
Contributor

@srieckhof srieckhof commented Aug 23, 2024

Detailed changes description:

  1. revert all changes that are due to changes in go-pg from this previous commit a4d7cc1#diff-96a9c4960a91cf3bb9fd115d50c8e7ef0f98de9cb856e9d4c09465d958a4cf0c
  2. golang-ci.yml
  • update go version from 1.21.3 to 1.21.12 because this fixes vulnarability issues
  • install docker-compose before running the integration tests
  • actually run the integration and not (again) the unit tests as was the case with "make ci"
  • add "make lint" step to CI
  1. fix issues resulting from "make lint"
  2. fix integration test in cache.go

closes #373

backend/postgres/postgres.go Outdated Show resolved Hide resolved
http/jsonapi/response_test.go Outdated Show resolved Hide resolved
@srieckhof srieckhof requested a review from arnold-iakab August 26, 2024 13:29
Copy link
Contributor

@arnold-iakab arnold-iakab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jpwenzel jpwenzel merged commit b1eb668 into master Aug 26, 2024
6 checks passed
@jpwenzel jpwenzel deleted the downgrade_go-pg branch August 26, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Downgrade go-pg from v10 to v6.14.5
3 participants