Skip to content

Commit

Permalink
Bump go to 1.19 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Aug 10, 2022
1 parent 8ea71ae commit d83ef39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/go:1.18
FROM mcr.microsoft.com/vscode/devcontainers/go:1.19
ENV DEVELOPMENT=True

# [Option] Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_FROM

FROM golang:1.18-alpine3.16 AS builder
FROM golang:1.19-alpine3.16 AS builder

WORKDIR /usr/src/landingpage
ARG BUILD_ARCH
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/landingpage

go 1.18
go 1.19

require (
github.com/grandcat/zeroconf v1.0.0
Expand Down

0 comments on commit d83ef39

Please sign in to comment.