Skip to content

Commit

Permalink
provider: Ensure Go 1.16 is used for releases
Browse files Browse the repository at this point in the history
Reference: #34

The `.go-version` file is used for releases currently, unless the parameter is manually updated during release job submission.
  • Loading branch information
bflad committed May 3, 2021
1 parent 3dfcec0 commit e7eda65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.2
1.16.2
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ builds:
goarch: '386'
- goos: darwin
goarch: arm
- goos: darwin
goarch: arm64
changelog:
skip: true
checksum:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.1 (Unreleased)

BUG FIXES:

* provider: Ensure `darwin/arm64` platform is included in releases

## 0.7.0 (February 19, 2021)

Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
Expand Down

0 comments on commit e7eda65

Please sign in to comment.