Skip to content

Commit 0839404

Browse files
committed
chore(deps): update Go version to 1.24.6
Update Go version from 1.24.2 to 1.24.6 to resolve vulnerability reports in transitive dependencies. This update addresses security issues in SQL and Git packages that, while not directly used by the provider, are causing artifact repository blocks. Fixes #452
1 parent bc840fd commit 0839404

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v6
3030
with:
31-
go-version: "1.24.2"
31+
go-version: "1.24.6"
3232
id: go
3333

3434
- name: Get dependencies
@@ -104,7 +104,7 @@ jobs:
104104
- name: Set up Go
105105
uses: actions/setup-go@v6
106106
with:
107-
go-version: "1.24.2"
107+
go-version: "1.24.6"
108108
id: go
109109

110110
- uses: hashicorp/setup-terraform@v3
@@ -137,7 +137,7 @@ jobs:
137137
- name: Set up Go
138138
uses: actions/setup-go@v6
139139
with:
140-
go-version: "1.24.2"
140+
go-version: "1.24.6"
141141
id: go
142142

143143
- uses: hashicorp/setup-terraform@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coder/terraform-provider-coder/v2
22

3-
go 1.24.2
3+
go 1.24.6
44

55
require (
66
github.com/docker/docker v26.1.5+incompatible

0 commit comments

Comments
 (0)