Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to Go 1.24rc2 #90

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
upgrade to Go 1.24rc2
rajatgoel committed Jan 17, 2025
commit a9847e893a5db21f5af43ffbe75549cc99613249
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v5
with:
#go-version-file: 'go.mod'
go-version: '1.24.0-rc.1'
go-version: '1.24.0-rc.2'
cache: true

- name: Go Format
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/rajatgoel/gh-go

go 1.24rc1
go 1.24rc2

require (
connectrpc.com/connect v1.17.0