From a4e16291024407ebbe7d919ea635487b2278ff8f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 4 Jan 2022 09:22:42 -0500 Subject: [PATCH] Bump to Go 1.16 --- .github/workflows/test.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05e8e05..2624262 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v2 with: - go-version: '1.14' + go-version: '1.16' - uses: actions/cache@v2 with: diff --git a/go.mod b/go.mod index e4439e3..fd39c93 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sethvargo/go-retry -go 1.14 +go 1.16 // Something weird happened with the v0.2.0 tag where the commit in the module // registry doesn't match the commit on GitHub.