File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/setup-go@v5
1313 with :
14- go-version : " 1.21 .x"
14+ go-version : " 1.22 .x"
1515 - uses : actions/checkout@v4
1616 - name : golangci-lint
1717 uses : golangci/golangci-lint-action@v3
2222 runs-on : ubuntu-latest
2323 strategy :
2424 matrix :
25- go : ["1.20 .x", "1.21 .x"]
25+ go : ["1.21 .x", "1.22 .x"]
2626 steps :
2727 - uses : actions/checkout@v4
2828
6868 ruby-version : 2.7
6969 - uses : actions/setup-go@v5
7070 with :
71- go-version : " 1.21 .x"
71+ go-version : " 1.22 .x"
7272
7373 - uses : docker/setup-qemu-action@v3
7474 - uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 1- FROM golang:1.21 -alpine3.19 AS builder
1+ FROM golang:1.22 -alpine3.19 AS builder
22ARG VERSION
33
44RUN apk add --no-cache git gcc musl-dev make
Original file line number Diff line number Diff line change 33[ ![ Coverage Status] ( https://img.shields.io/coveralls/github/golang-migrate/migrate/master.svg )] ( https://coveralls.io/github/golang-migrate/migrate?branch=master )
44[ ![ packagecloud.io] ( https://img.shields.io/badge/deb-packagecloud.io-844fec.svg )] ( https://packagecloud.io/golang-migrate/migrate?filter=debs )
55[ ![ 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.20 %2C%201.21 -lightgrey.svg )
6+ ![ Supported Go Versions] ( https://img.shields.io/badge/Go-1.21 %2C%201.22 -lightgrey.svg )
77[ ![ GitHub Release] ( https://img.shields.io/github/release/golang-migrate/migrate.svg )] ( https://github.com/golang-migrate/migrate/releases )
88[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/golang-migrate/migrate/v4 )] ( https://goreportcard.com/report/github.com/golang-migrate/migrate/v4 )
99
You can’t perform that action at this time.
0 commit comments