File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-go@v5
14
14
with :
15
- go-version : " 1.23 .x"
15
+ go-version : " 1.24 .x"
16
16
- name : golangci-lint
17
17
uses : golangci/golangci-lint-action@v6
18
18
with :
19
- version : v1.63.4
19
+ version : v1.64.8
20
20
21
21
test :
22
22
runs-on : ubuntu-latest
23
23
strategy :
24
24
matrix :
25
- go : ["1.22 .x", "1.23 .x"]
25
+ go : ["1.23 .x", "1.24 .x"]
26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
68
68
ruby-version : 2.7
69
69
- uses : actions/setup-go@v5
70
70
with :
71
- go-version : " 1.23 .x"
71
+ go-version : " 1.24 .x"
72
72
73
73
- uses : docker/setup-qemu-action@v3
74
74
- uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 1
- FROM golang:1.23 -alpine3.20 AS builder
1
+ FROM golang:1.24 -alpine3.21 AS builder
2
2
ARG VERSION
3
3
4
4
RUN apk add --no-cache git gcc musl-dev make
@@ -15,7 +15,7 @@ COPY . ./
15
15
16
16
RUN make build-docker
17
17
18
- FROM alpine:3.20
18
+ FROM alpine:3.21
19
19
20
20
RUN apk add --no-cache ca-certificates
21
21
Original file line number Diff line number Diff line change 3
3
[ ![ Coverage Status] ( https://img.shields.io/coveralls/github/golang-migrate/migrate/master.svg )] ( https://coveralls.io/github/golang-migrate/migrate?branch=master )
4
4
[ ![ packagecloud.io] ( https://img.shields.io/badge/deb-packagecloud.io-844fec.svg )] ( https://packagecloud.io/golang-migrate/migrate?filter=debs )
5
5
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/migrate/migrate.svg )] ( https://hub.docker.com/r/migrate/migrate/ )
6
- ![ Supported Go Versions] ( https://img.shields.io/badge/Go-1.22 %2C%201.23 -lightgrey.svg )
6
+ ![ Supported Go Versions] ( https://img.shields.io/badge/Go-1.23 %2C%201.24 -lightgrey.svg )
7
7
[ ![ GitHub Release] ( https://img.shields.io/github/release/golang-migrate/migrate.svg )] ( https://github.com/golang-migrate/migrate/releases )
8
8
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/golang-migrate/migrate/v4 )] ( https://goreportcard.com/report/github.com/golang-migrate/migrate/v4 )
9
9
@@ -87,7 +87,7 @@ Source drivers read migrations from local or remote sources. [Add a new source?]
87
87
* Handles ctrl+c (SIGINT) gracefully.
88
88
* No config search paths, no config files, no magic ENV var injections.
89
89
90
- __ [ CLI Documentation] ( cmd/migrate ) __
90
+ [ CLI Documentation] ( cmd/migrate ) (includes CLI install instructions)
91
91
92
92
### Basic usage
93
93
Original file line number Diff line number Diff line change 1
1
module github.com/golang-migrate/migrate/v4
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.23.1
3
+ go 1.23.0
6
4
7
5
require (
8
6
cloud.google.com/go/spanner v1.56.0
You can’t perform that action at this time.
0 commit comments