Skip to content

Commit

Permalink
build(deps): bump go from 1.22 to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Aug 20, 2024
1 parent 9800629 commit 8c56d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
pull_request:
env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"
PYTHON_VERSION: 3.9
GRPC_HEALTH_PROBE_VERSION: v0.4.13
jobs:
Expand Down
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/kakao/varlog

go 1.22.0
go 1.23.0

require (
github.com/cockroachdb/pebble v1.1.2
Expand Down

0 comments on commit 8c56d61

Please sign in to comment.