File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
strategy :
19
19
matrix :
20
- go : ["1.16 .x", "1.17 .x"]
20
+ go : ["1.17 .x", "1.18 .x"]
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
63
63
ruby-version : 2.7
64
64
- uses : actions/setup-go@v2
65
65
with :
66
- go-version : " 1.17 .x"
66
+ go-version : " 1.18 .x"
67
67
68
68
- uses : docker/setup-qemu-action@v1
69
69
- uses : docker/setup-buildx-action@v1
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.16 %2C%201.17 -lightgrey.svg )
6
+ ![ Supported Go Versions] ( https://img.shields.io/badge/Go-1.17 %2C%201.18 -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 )] ( https://goreportcard.com/report/github.com/golang-migrate/migrate )
9
9
You can’t perform that action at this time.
0 commit comments