Skip to content

Commit

Permalink
Merge pull request #679 from atlassian/mattpatl/correct-go-version-re…
Browse files Browse the repository at this point in the history
…ference

Update incorrect golang version in multiarch dockerfile
  • Loading branch information
mattpatl authored May 21, 2024
2 parents 348b8cf + 8334fe4 commit 5edc83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile-multiarch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Go version needs to be the same in: CI config, README, Dockerfiles, and Makefile
FROM golang:1.21.3 AS build
FROM golang:1.21.4 AS build
WORKDIR /build

# Install dependencies first to take advantage of the docker build cache.
Expand Down

0 comments on commit 5edc83d

Please sign in to comment.