Skip to content

Commit

Permalink
Update golang to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Oct 21, 2022
1 parent 84bdbad commit 2cf1777
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 77 deletions.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.17-alpine AS build
FROM --platform=$BUILDPLATFORM golang:1.19-alpine AS build
RUN apk --no-cache add \
bash

Expand Down
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine
FROM golang:1.19-alpine

ENV CODEGEN_VERSION="1.11.9"

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/spotahome/redis-operator

go 1.17
go 1.19

require (
github.com/go-redis/redis/v8 v8.11.5
Expand Down
Loading

0 comments on commit 2cf1777

Please sign in to comment.