Skip to content

Golang migrate master#3

Merged
lukespice merged 32 commits intomasterfrom
golang-migrate-master
Feb 3, 2025
Merged

Golang migrate master#3
lukespice merged 32 commits intomasterfrom
golang-migrate-master

Conversation

@lukespice
Copy link

Keeping the Evergen fork up to date.

Replacing initial #2 as needed to manually resolve conflicts.

adityassharma-ss and others added 30 commits June 4, 2024 19:25
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
…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
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
@lukespice lukespice self-assigned this Feb 3, 2025
@lukespice lukespice marked this pull request as ready for review February 3, 2025 04:50
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.19 AS builder
Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI 3.21 is available.

Copy link
Author

Choose a reason for hiding this comment

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

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
Copy link
Collaborator

Choose a reason for hiding this comment

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

There are three blocks listing indirect dependencies, should we combine them all?

Copy link
Author

Choose a reason for hiding this comment

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

I've combined one, but still keeping the messy style of upstream.

@lukespice lukespice merged commit 11c6592 into master Feb 3, 2025
10 checks passed
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.

6 participants