Skip to content

Commit 98bbc5c

Browse files
Update dependency golang to v1.23.0 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emma Sax <[email protected]>
1 parent e9a6e82 commit 98bbc5c

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/release.yml

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

.github/workflows/test.yml

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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.22.5
1+
golang 1.23.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.21
3+
go 1.23
44

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

0 commit comments

Comments
 (0)