Skip to content

Commit

Permalink
Upgraded go version in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sssash18 committed Apr 24, 2024
1 parent b037eb2 commit 018f9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20.4
FROM golang:1.21.6
LABEL maintainer="Marcin Wielgus <[email protected]>"

ENV GOPATH /gopath/
Expand Down
2 changes: 1 addition & 1 deletion cluster-autoscaler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############# builder #############
FROM golang:1.20.5 AS builder
FROM golang:1.21.6 AS builder

WORKDIR /go/src/github.com/gardener/autoscaler
COPY . .
Expand Down

0 comments on commit 018f9de

Please sign in to comment.