deps(docker): bump golang from 1.25.7 to 1.26.0 (#451)

* deps(docker): bump golang from 1.25.7 to 1.26.0

Bumps golang from 1.25.7 to 1.26.0.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tobias Lindberg <tobias.ehlert@gmail.com>
This commit is contained in:
dependabot[bot]
2026-02-17 21:11:32 +01:00
committed by GitHub
parent 74ab1359a2
commit c9a120a493
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# get golang container
FROM golang:1.25.7 AS builder
FROM golang:1.26.0 AS builder
# get args
ARG apiVersion=unknown

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/tobiasehlert/teslamateapi
go 1.25.1
go 1.26.0
require (
github.com/eclipse/paho.mqtt.golang v1.5.1