Conversation
if you want to explicitly set the number of migrations to run, the README.md needs a correction, there should "Steps()" and not Step()
Newer versions of postgres require a password
… issues. See: https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1 Forked images created by pulling the original image and pushing to the fork. For more details, see: golang-migrate#1143 (comment)
Fix redshift tests
…ate#1149) * chore: remove deprecated `rand.Seed()` in testing.docker * Use math/rand/v2 * Remove Go 1.21 Go 1.21 doesn't support `math/rand/v2`.
build: use Go 1.23 to build the project
fix(tests): fix Docker imports
test(postgres): run tests with PostgreSQL 16
test(mysql): run tests with MySQL 8.0, 8.4, and 9.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.64.0...v1.64.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Support .deb package for Noble Numbat (24.04)
…/go_modules/google.golang.org/grpc-1.64.1 Bump google.golang.org/grpc from 1.64.0 to 1.64.1
CORRECTION DONE near m.Step(2) if you want to explicitly set the number of migrations to run
…itive-info Don't output sensitive information on error
* Run go mod tidy * Fix Github linting action Changes: * checkout before setting up go * pin golangci-lint version * Update supported db versions * Use start-single-node instead of start for cockroachdb
Will be retired on 9/30/2025 and CI tests using the docker image have been flakey https://azure.microsoft.com/en-us/updates?id=azure-sql-edge-retirement
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.4.2...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…/go_modules/github.com/golang-jwt/jwt/v4-4.5.1 Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
esimonov
approved these changes
Feb 3, 2025
| @@ -1,4 +1,4 @@ | |||
| FROM golang:1.22-alpine3.19 AS builder | |||
Author
There was a problem hiding this comment.
Thanks, but just keeping up to date with upstream rather than getting ahead https://github.com/golang-migrate/migrate/blob/d477553dcd9ae33e2698c09f186e988767d71b79/Dockerfile#L1
go.mod
Outdated
| go.opentelemetry.io/proto/otlp v1.3.1 // indirect | ||
| ) | ||
|
|
||
| require github.com/montanaflynn/stats v0.6.6 // indirect |
Collaborator
There was a problem hiding this comment.
There are three blocks listing indirect dependencies, should we combine them all?
Author
There was a problem hiding this comment.
I've combined one, but still keeping the messy style of upstream.
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.
Keeping the Evergen fork up to date.
Replacing initial #2 as needed to manually resolve conflicts.