From b5e3e92f00d54171962f3dce4400787730923300 Mon Sep 17 00:00:00 2001 From: Dale Hui Date: Fri, 13 May 2022 15:45:41 -0700 Subject: [PATCH] Support Go 1.18 and drop support for Go 1.16 --- .github/workflows/ci.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61842f7ba..cfd002c3f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.16.x", "1.17.x"] + go: ["1.17.x", "1.18.x"] steps: - uses: actions/checkout@v2 @@ -63,7 +63,7 @@ jobs: ruby-version: 2.7 - uses: actions/setup-go@v2 with: - go-version: "1.17.x" + go-version: "1.18.x" - uses: docker/setup-qemu-action@v1 - uses: docker/setup-buildx-action@v1 diff --git a/README.md b/README.md index be2a83116..e780b639c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Coverage Status](https://img.shields.io/coveralls/github/golang-migrate/migrate/master.svg)](https://coveralls.io/github/golang-migrate/migrate?branch=master) [![packagecloud.io](https://img.shields.io/badge/deb-packagecloud.io-844fec.svg)](https://packagecloud.io/golang-migrate/migrate?filter=debs) [![Docker Pulls](https://img.shields.io/docker/pulls/migrate/migrate.svg)](https://hub.docker.com/r/migrate/migrate/) -![Supported Go Versions](https://img.shields.io/badge/Go-1.16%2C%201.17-lightgrey.svg) +![Supported Go Versions](https://img.shields.io/badge/Go-1.17%2C%201.18-lightgrey.svg) [![GitHub Release](https://img.shields.io/github/release/golang-migrate/migrate.svg)](https://github.com/golang-migrate/migrate/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/golang-migrate/migrate)](https://goreportcard.com/report/github.com/golang-migrate/migrate)