Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golang 1.20.1 -> 1.21.1 #23

Merged
merged 3 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/actions/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# scm-go-usb-build

ARG GOLANG_VERSION="1.20.1"
ARG GOUSB_HOSTOS="jammy"
ARG GOUSB_VERSION="2"
FROM ghcr.io/bcdevices/scm-go-usb-arm:v${GOLANG_VERSION}-${GOUSB_HOSTOS}-${GOUSB_VERSION}
FROM ghcr.io/bcdevices/scm-go-usb-arm:v1.20.1-${GOUSB_HOSTOS}-${GOUSB_VERSION}

#Create Work Directory
RUN mkdir -p /app
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
elixir 1.14.1-otp-25
golang 1.20.1
golang 1.21.1
golangci-lint 1.51.2
nerves-system-br 1.20.6
reviewdog 0.14.1
2 changes: 1 addition & 1 deletion elixir/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG NERVES_SYSTEM_BR_VERSION="1.20.6"
FROM nervesproject/nerves_system_br:${NERVES_SYSTEM_BR_VERSION}
ARG ELIXIR_VERSION="1.14.1-otp-25"
ARG GOLANG_VERSION="1.20.1"
ARG GOLANG_VERSION="1.21.1"
ARG GOLANG_DOWNLOAD_SHA256_amd64="000a5b1fca4f75895f78befeb2eecf10bfff3c428597f3f1e69133b63b911b02"
ARG GOLANG_DOWNLOAD_SHA256_arm64="5e5e2926733595e6f3c5b5ad1089afac11c1490351855e87849d0e7702b1ec2e"
# Container host platform, set automatically by `docker build`
Expand Down
2 changes: 1 addition & 1 deletion lint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# scm-go-usb-lint: Alpine-based reviewdog-golangci image with libusb support.
ARG GOLANG_VERSION="1.20.1"
ARG GOLANG_VERSION="1.21.1"
FROM golang:${GOLANG_VERSION}-alpine
ARG GOLANGCI_LINT_VERSION="1.51.2"
ARG REVIEWDOG_VERSION="0.14.1"
Expand Down
Loading