File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ COPY ./internal/rgbmatrix-rpi/lib/rpi-rgb-led-matrix.BASE /tmp/rpi-rgb-led-matri
17
17
RUN cd /tmp/rpi-rgb-led-matrix && \
18
18
make
19
19
20
- FROM golangci/golangci-lint:v1.60.1
20
+ FROM golangci/golangci-lint:v1.61.0
21
21
22
22
COPY --from=builder /tmp/rpi-rgb-led-matrix /sportslibs/rpi-rgb-led-matrix
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM $BASE
5
5
# Replace shell with bash so we can source files
6
6
SHELL ["/bin/bash", "--login", "-ce"]
7
7
8
- ARG GOVERSION=1.23.0
8
+ ARG GOVERSION=1.23.1
9
9
10
10
RUN apt-get update --allow-unauthenticated --allow-insecure-repositories && \
11
11
apt-get install --allow-unauthenticated -y debian-archive-keyring && \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
3
3
4
4
ROOT=" $( dirname $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) ) "
5
5
DOCKERCONF=" ${ROOT} /.dockerconfig"
6
- GO_VERSION=" 1.23.0 "
6
+ GO_VERSION=" 1.23.1 "
7
7
8
8
getsha () {
9
9
if uname -s | grep -i darwin & > /dev/null; then
You can’t perform that action at this time.
0 commit comments