Skip to content

Commit

Permalink
Update dependency golang to v1.23.0 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emma Sax <sax.emma.h@gmail.com>
  • Loading branch information
renovate[bot] and emmahsax authored Sep 4, 2024
1 parent e9a6e82 commit 98bbc5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
build_command: task build
files: |
git-helper_darwin_arm64
go_version: 1.23
tag_name: ${{ inputs.tag_name }}
upload: true
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
with:
branch: ${{ needs.setup.outputs.branch }}
build_command: task build
go_version: 1.23
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.22.5
golang 1.23.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/emmahsax/go-git-helper

go 1.21
go 1.23

require (
github.com/google/go-github/v64 v64.0.0
Expand Down

0 comments on commit 98bbc5c

Please sign in to comment.