Skip to content

Commit 03ab3a2

Browse files
authored
Update Go to 1.25 (#123)
1 parent 0c80536 commit 03ab3a2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

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

.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: ["main"]
1010

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

1414
jobs:
1515
build:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
GOLANG_VERSION: "1.23"
10+
GOLANG_VERSION: "1.25"
1111

1212
jobs:
1313
test:

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/tempio
22

3-
go 1.23
3+
go 1.25
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0

0 commit comments

Comments
 (0)