Skip to content

Commit

Permalink
Go 1.21.3 (#767)
Browse files Browse the repository at this point in the history
* Go 1.21.3

* Go 1.21.3

* Go 1.21.3

* Go 1.21.3

* Go 1.21.3

* Go 1.21.3

* Go 1.21.3

* Go 1.21.3

* Go 1.21.3

* Go 1.21.3
  • Loading branch information
robbydyer authored Oct 19, 2023
1 parent f464c4e commit c6dd579
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Dockerfile.pibuilder
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ FROM $BASE
# Replace shell with bash so we can source files
SHELL ["/bin/bash", "--login", "-ce"]

ARG GOVERSION=1.21.2
ARG GOVERSION=1.21.3

RUN apt-get update --allow-unauthenticated --allow-insecure-repositories && \
apt-get install --allow-unauthenticated -y debian-archive-keyring && \
apt-get clean

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion script/common
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

ROOT="$(dirname $( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd ))"
DOCKERCONF="${ROOT}/.dockerconfig"
GO_VERSION="1.21.2"
GO_VERSION="1.21.3"

getsha() {
if uname -s | grep -i darwin &> /dev/null; then
Expand Down

0 comments on commit c6dd579

Please sign in to comment.