Skip to content

chore: update to go 1.24.1 #382

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
module .com/coder/terraform-provider-coder/v2

go 1.22.9
go 1.24.2

require (
.com/docker/docker v26.1.5+incompatible
Expand Down
Loading