Skip to content

Commit 2f71677

Browse files
Update dependency golang to v1.24.0 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emma Sax <[email protected]>
1 parent 9f632fb commit 2f71677

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
build_command: task build
1818
files: |
1919
git-helper_darwin_arm64
20-
go_version: 1.23
20+
go_version: 1.24
2121
tag_name: ${{ inputs.tag_name }}
2222
upload: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
with:
2121
branch: ${{ needs.setup.outputs.branch }}
2222
build_command: task build
23-
go_version: 1.23
23+
go_version: 1.24

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.23.1
1+
golang 1.24.0

go.mod

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

3-
go 1.23.1
3+
go 1.24.0
44

55
require (
66
github.com/google/go-github/v69 v69.0.0

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
var (
2323
packageOwner = "emmahsax"
2424
packageRepository = "go-git-helper"
25-
packageVersion = "0.0.11"
25+
packageVersion = "0.0.12"
2626
)
2727

2828
func main() {

0 commit comments

Comments
 (0)