Skip to content

Commit

Permalink
[updatecli] Bump Golang version to 1.21.6 (#12435)
Browse files Browse the repository at this point in the history
* chore: Update Dockerfile with Golang version 1.21.6

Made with ❤️️ by updatecli

* chore: Update .go-version with Golang version 1.21.6

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Jan 16, 2024
1 parent d88985f commit f8743c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.5
1.21.6
2 changes: 1 addition & 1 deletion packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=ubuntu:22.04

# Build the apm-server binary. The golang image version is kept
# up to date with go.mod by Makefile.
FROM golang:1.21.5 as builder
FROM golang:1.21.6 as builder
WORKDIR /src
COPY go.mod go.sum /src/
COPY internal/glog/go.mod /src/internal/glog/go.mod
Expand Down

0 comments on commit f8743c6

Please sign in to comment.