Skip to content

Commit

Permalink
Bump go to v1.23 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
sairon authored Sep 24, 2024
1 parent b29c5f6 commit cf52b96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CLI Go",
"image": "mcr.microsoft.com/vscode/devcontainers/go:1.19",
"image": "mcr.microsoft.com/vscode/devcontainers/go:1.23",
"postCreateCommand": "go mod download",
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
"settings": {
Expand All @@ -23,4 +23,4 @@
"extensions": [
"golang.Go"
]
}
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: ["master"]

env:
GOLANG_VERSION: "1.19"
GOLANG_VERSION: "1.23"

jobs:
build:
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/home-assistant/cli

go 1.19
go 1.23

require (
github.com/ghodss/yaml v1.0.0
Expand Down

0 comments on commit cf52b96

Please sign in to comment.