File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/setup-go@v3
13
13
with :
14
- go-version : 1.18
14
+ go-version : 1.19
15
15
- uses : actions/checkout@v3
16
16
- name : golangci-lint
17
17
uses : golangci/golangci-lint-action@v3
22
22
runs-on : ubuntu-latest
23
23
strategy :
24
24
matrix :
25
- go : ["1.17 .x", "1.18 .x"]
25
+ go : ["1.18 .x", "1.19 .x"]
26
26
steps :
27
27
- uses : actions/checkout@v3
28
28
68
68
ruby-version : 2.7
69
69
- uses : actions/setup-go@v3
70
70
with :
71
- go-version : " 1.18 .x"
71
+ go-version : " 1.19 .x"
72
72
73
73
- uses : docker/setup-qemu-action@v1
74
74
- 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.17 %2C%201.18 -lightgrey.svg )
6
+ ![ Supported Go Versions] ( https://img.shields.io/badge/Go-1.18 %2C%201.19 -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