Skip to content

Commit

Permalink
Use go v1.23 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm authored Nov 20, 2024
1 parent 73df46f commit 3cd5d22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
strategy:
matrix:
go:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
- "1.22"
- "1.23"

steps:
- name: Checkout repository
Expand Down
24 changes: 0 additions & 24 deletions Makefile

This file was deleted.

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/sv-tools/buffers-pool

go 1.18
go 1.23

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit 3cd5d22

Please # to comment.