Skip to content

Commit

Permalink
chore: bump go1.23.5
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Feb 5, 2025
1 parent 6dbe4fe commit 9ed4fd5
Show file tree
Hide file tree
Showing 9 changed files with 2,838 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .chglog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
conventional-commits: true
debug: false
owner: "goreleaser"
package-name: "goreleaser-cross"
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GO_VERSION=1.24.0
GO_VERSION=1.23.5
TOOLCHAINS_VERSION=v0.1.8
GIT_CHGLOG_VERSION=v0.15.0
GORELEASER_VERSION=2.6.0
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: dispatch
jobs:
runs-on: ubuntu-latest
steps:
- name: notify goreleaser-cross with new release
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_PAT }}
repository: goreleaser/goreleaser-cross
event-type: goreleaser
client-payload: '{"tag": "${{ env.RELEASE_TAG }}"}'
Loading

0 comments on commit 9ed4fd5

Please sign in to comment.