Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita86ce82

Browse files
authored
chore(deps): update Go version to 1.24.6 (#453)
* chore(deps): update Go version to 1.24.6Update 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* chore(deps): update Go version in release workflowUpdate Go version in release.yml to match go.mod version (1.24.6)
1 parent979aeb5 commita86ce82

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 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
@@ -86,7 +86,7 @@ jobs:
8686
-name:Set up Go
8787
uses:actions/setup-go@v6
8888
with:
89-
go-version:"1.24.2"
89+
go-version:"1.24.6"
9090

9191
-name:Import GPG key
9292
id:import_gpg

‎.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
modulegithub.com/coder/terraform-provider-coder/v2
22

3-
go1.24.2
3+
go1.24.6
44

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp