Skip to content

Commit 4099aa8

Browse files
authored
Go 1.23.1 (#1113)
* Go 1.23.1 * Go 1.23.1
1 parent 1479c1f commit 4099aa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ COPY ./internal/rgbmatrix-rpi/lib/rpi-rgb-led-matrix.BASE /tmp/rpi-rgb-led-matri
1717
RUN cd /tmp/rpi-rgb-led-matrix && \
1818
make
1919

20-
FROM golangci/golangci-lint:v1.60.1
20+
FROM golangci/golangci-lint:v1.61.0
2121

2222
COPY --from=builder /tmp/rpi-rgb-led-matrix /sportslibs/rpi-rgb-led-matrix

Dockerfile.pibuilder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM $BASE
55
# Replace shell with bash so we can source files
66
SHELL ["/bin/bash", "--login", "-ce"]
77

8-
ARG GOVERSION=1.23.0
8+
ARG GOVERSION=1.23.1
99

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

script/common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
ROOT="$(dirname $( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd ))"
55
DOCKERCONF="${ROOT}/.dockerconfig"
6-
GO_VERSION="1.23.0"
6+
GO_VERSION="1.23.1"
77

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

0 commit comments

Comments
 (0)