Skip to content

Commit 6d44100

Browse files
AnnatarHeclaude
andcommitted
fix: update release workflow and go.mod dependencies
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6eb7de4 commit 6d44100

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: git fetch --force --tags
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.23"
28+
go-version: "1.24"
2929
- name: Generate
3030
run: |
3131
echo "GH_TAG=$(echo $GITHUB_REF | awk -F / '{print $3}')" >> $GITHUB_ENV

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/malamtime/cli
22

3-
go 1.23.1
3+
go 1.24
44

55
require (
66
github.com/ThreeDotsLabs/watermill v1.4.1

0 commit comments

Comments
 (0)