Skip to content

Commit

Permalink
Update GoReleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jul 10, 2023
1 parent 2e5b201 commit 89e3df1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- main

env:
GORELEASER_VERSION: 1.18.2
GORELEASER_VERSION: 1.19.2
GO_VERSION: '1.20'
TASK_VERSION: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*.*.*'

env:
GORELEASER_VERSION: 1.18.2
GORELEASER_VERSION: 1.19.2
GO_VERSION: '1.20'
REGISTRY: ghcr.io

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Security

## [2.1.0] - 2023-05-18
## [2.1.0] - 2023-07-10

### Changed

- Updated dependencies
- Bumped Alpine base image from 3.16.2 to 3.18.0
- Bumped Alpine base image from 3.16.2 to 3.18.2

## [2.0.2] - 2022-09-25

Expand Down
5 changes: 2 additions & 3 deletions build/package/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ release:
brews:
- name: semver
tap:
repository:
owner: ffurrer2
name: homebrew-tap
branch: main
Expand All @@ -54,7 +54,7 @@ brews:
- semver
scoops:
- name: semver
bucket:
repository:
owner: ffurrer2
name: scoop-bucket
commit_author:
Expand Down Expand Up @@ -110,7 +110,6 @@ archives:
format_overrides:
- goos: windows
format: zip
rlcp: true
files:
- src: CHANGELOG.md
- src: LICENSE
Expand Down

0 comments on commit 89e3df1

Please sign in to comment.