diff --git a/.travis.yml b/.travis.yml index 36e082dc..348218d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ language: go go: - - - "1.19.6" - + - "1.20.1" group: bluezone diff --git a/cmd/satellite-object-storage-plugin/Dockerfile b/cmd/satellite-object-storage-plugin/Dockerfile index ae61d324..e9b1bf7a 100644 --- a/cmd/satellite-object-storage-plugin/Dockerfile +++ b/cmd/satellite-object-storage-plugin/Dockerfile @@ -30,7 +30,7 @@ FROM registry.access.redhat.com/ubi8/ubi as rclone-builder RUN yum install wget git gcc -y ENV ARCH=amd64 -ENV GO_VERSION=1.19 +ENV GO_VERSION=1.20 RUN echo $ARCH $GO_VERSION diff --git a/go.mod b/go.mod index c19dea7a..de0c5227 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/IBM/satellite-object-storage-plugin -go 1.18 +go 1.20 require ( github.com/IBM/ibm-cos-sdk-go v1.9.4