github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2022-03-20-goreleaser-v1.7.md (about)

     1  ---
     2  date: 2022-03-20
     3  slug: goreleaser-v1.7
     4  categories:
     5    - announcements
     6  authors:
     7    - caarlos0
     8  ---
     9  
    10  # Announcing GoReleaser v1.7 — The Go 1.18 release
    11  
    12  The title would have been more creative if it was GoReleaser 1.18 as well... maybe... probably not.
    13  
    14  <!-- more -->
    15  
    16  ## **Highlights**
    17  
    18  - Go 1.18 update ([#2978](https://github.com/goreleaser/goreleaser/pull/2978), [#2984](https://github.com/goreleaser/goreleaser/pull/2984))
    19  - Ability to filter by file extension in HTTP uploads ([#2992](https://github.com/goreleaser/goreleaser/pull/2992))
    20  - Homebrew tap service block ([#2973](https://github.com/goreleaser/goreleaser/pull/2973))
    21  - Deprecated buildpacks support ([#2982](https://github.com/goreleaser/goreleaser/pull/2982)), and removed some deprecated code/etc that have been deprecated for 6 months+ ([#2985](https://github.com/goreleaser/goreleaser/pull/2985))
    22  - As always, some dependency upgrades, bug fixes and documentation improvements.
    23  
    24  You can see the full changelog [here](https://github.com/goreleaser/goreleaser/releases/tag/v1.7.0).
    25  
    26  ## **Other news**
    27  
    28  - Still no community meeting, sorry 🫠. [Link](https://github.com/goreleaser/community/pull/2).
    29  - GoReleaser now has ~9.8k stars and 269 contributors! Thanks, everyone!
    30  - Our Discord server is getting new members almost daily. [Join and chat with us](https://discord.gg/RGEBtg8vQ6)!
    31  - nFPM also had a release as well, [check it out](https://github.com/goreleaser/nfpm/releases).