Skip to content

Commit

Permalink
Update golang versions to latest & latest -1
Browse files Browse the repository at this point in the history
  • Loading branch information
graham-russell committed Dec 19, 2024
1 parent 629fef1 commit bfc624f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18, 1.19]
go-version: [1.22, 1.23]

steps:
- uses: actions/checkout@v2
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/ably/terraform-provider-ably

go 1.19
go 1.23

require (
github.com/ably/ably-control-go v0.4.1-0.20241211161828-60786a2a414b
Expand Down

0 comments on commit bfc624f

Please sign in to comment.