Skip to content

Commit b5e3e92

Browse files
committed
Support Go 1.18 and drop support for Go 1.16
1 parent 075d6e8 commit b5e3e92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
go: ["1.16.x", "1.17.x"]
20+
go: ["1.17.x", "1.18.x"]
2121
steps:
2222
- uses: actions/checkout@v2
2323

@@ -63,7 +63,7 @@ jobs:
6363
ruby-version: 2.7
6464
- uses: actions/setup-go@v2
6565
with:
66-
go-version: "1.17.x"
66+
go-version: "1.18.x"
6767

6868
- uses: docker/setup-qemu-action@v1
6969
- uses: docker/setup-buildx-action@v1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.16%2C%201.17-lightgrey.svg)
6+
![Supported Go Versions](https://img.shields.io/badge/Go-1.17%2C%201.18-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)](https://goreportcard.com/report/github.com/golang-migrate/migrate)
99

0 commit comments

Comments
 (0)