Skip to content

Commit

Permalink
Re-add support for go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 12, 2024
1 parent 2a68fd5 commit 7cd706e
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.23.x]
go-version: [1.22.x, 1.23.x]

services:
redis:
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/nyaruka/gocommon

go 1.23
go 1.22.0

require (
github.com/aws/aws-sdk-go-v2 v1.32.4
Expand Down

0 comments on commit 7cd706e

Please sign in to comment.