Skip to content

Commit

Permalink
switch to go 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Feb 17, 2025
1 parent f11f7f0 commit 0cd06c5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: set up go 1.23
- name: set up go 1.24
uses: actions/setup-go@v3
with:
go-version: "1.23"
go-version: "1.24"
id: go

- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion exmples/direct_chain/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module examples/direct_chain

go 1.24.0
go 1.24

require github.com/go-pkgz/pool v0.5.0

Expand Down
2 changes: 1 addition & 1 deletion exmples/middleware/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module examples/middleware

go 1.23.6
go 1.24

require github.com/go-pkgz/pool v0.3.2

Expand Down
2 changes: 1 addition & 1 deletion exmples/parallel_files/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module examples/parallel_files

go 1.23
go 1.24

require github.com/go-pkgz/pool v0.3.2

Expand Down
2 changes: 1 addition & 1 deletion exmples/tokenizer_stateful/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module examples/tokenizer_stateful

go 1.23
go 1.24

require github.com/go-pkgz/pool v0.3.0

Expand Down
2 changes: 1 addition & 1 deletion exmples/tokenizer_stateless/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module examples/tokenizer_stateless

go 1.23
go 1.24

require github.com/go-pkgz/pool v0.3.0

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/go-pkgz/pool

go 1.23
go 1.24

require (
github.com/stretchr/testify v1.10.0
Expand Down

0 comments on commit 0cd06c5

Please sign in to comment.