Skip to content

Commit 7127dbf

Browse files
authored
Bump go to v1.24 (#598)
1 parent 57c611e commit 7127dbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CLI Go",
3-
"image": "mcr.microsoft.com/vscode/devcontainers/go:1.23",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/go:1.24",
44
"postCreateCommand": "go mod download",
55
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
66
"settings": {

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: ["master"]
1010

1111
env:
12-
GOLANG_VERSION: "1.23"
12+
GOLANG_VERSION: "1.24"
1313

1414
jobs:
1515
build:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/home-assistant/cli
22

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.1
66

0 commit comments

Comments
 (0)