Skip to content

Commit

Permalink
Bump golang from 1.20.7 to 1.21.1 (#234)
Browse files Browse the repository at this point in the history
* Bump golang from 1.20.7 to 1.21.1

Bumps golang from 1.20.7 to 1.21.1.

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump golang version in go mod

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tobias Lindberg <[email protected]>
  • Loading branch information
dependabot[bot] and tobiasehlert authored Sep 22, 2023
1 parent d0d9ea4 commit ca0c58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# get golang container
FROM golang:1.20.7
FROM golang:1.21.1

# get args
ARG apiVersion=unknown
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/tobiasehlert/teslamateapi

go 1.20
go 1.21

require (
github.com/eclipse/paho.mqtt.golang v1.4.3
Expand Down

0 comments on commit ca0c58b

Please sign in to comment.