Skip to content

Commit

Permalink
Bump go from 1.22 to 1.23 in /go
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Dec 20, 2024
1 parent c317876 commit 5acfe94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- name: Build
working-directory: go
run: go build -v ./...
Expand Down
4 changes: 2 additions & 2 deletions go/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
- [Go SDK](https://go.dev/dl/)
<details><summary>Go Version</summary>

The kata is configured to run with Go version 1.22 by default.
The kata is configured to run with Go version 1.23 by default.

To use a different version, simply modify the line below in [go.mod](go.mod).

```text
go 1.22
go 1.23
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/murex/kata/bowling_game

go 1.22
go 1.23

require github.com/stretchr/testify v1.10.0

Expand Down

0 comments on commit 5acfe94

Please sign in to comment.