Skip to content

Commit

Permalink
Merge pull request #177 from topolvm/update-go
Browse files Browse the repository at this point in the history
update go 1.19 to fix ci
  • Loading branch information
llamerada-jp authored Feb 8, 2023
2 parents e15b01e + d4f657c commit faed0f0
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 @@
# Stage1: Build the pvc-autoresizer binary
FROM golang:1.18 as builder
FROM golang:1.19 as builder

WORKDIR /workspace

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/topolvm/pvc-autoresizer

go 1.18
go 1.19

require (
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit faed0f0

Please sign in to comment.