Skip to content

Commit

Permalink
Upgrade go version to 1.19 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Mar 12, 2023
1 parent ef9d3d9 commit 48ee0fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.19 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a go-based Kubernetes operator built with [operator-sdk](https://sdk.ope

## Versions

- Go: 1.18
- Go: 1.19
## Components

- `MySQL`: MySQL cluster
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/nakamasato/mysql-operator

go 1.18
go 1.19

require (
github.com/go-sql-driver/mysql v1.7.0
Expand Down

0 comments on commit 48ee0fc

Please sign in to comment.