Skip to content

Commit

Permalink
fix: minimum Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Dec 9, 2021
1 parent 4402ca5 commit e126369
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
go: ["1.15", "1.16", "1.17"]
go: ["1.16", "1.17"]
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v3.1.2 (2021-12-09)

* Adds back support for Go 1.16 which was previously removed in `3.1.0`

## v3.1.1 (2021-11-21)

* No longer require `sha checksum` on cask installation as some casks didn't include them which would lead to items on your backup list not getting installed
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/Justintime50/alchemist

go 1.17
go 1.16

require (
github.com/justintime50/mockcmd v0.2.0
Expand Down

0 comments on commit e126369

Please sign in to comment.