Skip to content

Commit

Permalink
go 1.20 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Apr 10, 2023
1 parent 24543aa commit 2d874ce
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,4 +1,4 @@
FROM golang:1.19 as builder
FROM golang:1.20 as builder
WORKDIR /go/src/app

RUN apt-get update && apt-get install -y upx curl
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/bakito/sealed-secrets-web

go 1.19
go 1.20

require (
github.com/bitnami-labs/sealed-secrets v0.20.2
Expand Down

0 comments on commit 2d874ce

Please sign in to comment.