Skip to content

Commit

Permalink
Bump to Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jan 4, 2022
1 parent 4e8c601 commit a4e1629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: '1.14'
go-version: '1.16'

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a4e1629

Please sign in to comment.