Skip to content

Commit

Permalink
Migrate to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mraron committed Apr 10, 2024
1 parent f9063d7 commit 2fe25b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y cython3 pandoc gccgo pypy3 python3-dev libpython3-all-dev g++ gcc build-essential
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Budapest
RUN apt-get update && apt-get install -y wget ca-certificates openjdk-8-jdk mono-mcs fpc tzdata cython3 golang pandoc gccgo pypy3 python3-dev g++ gcc build-essential
RUN go mod download && go install github.com/go-delve/delve/cmd/dlv@latest
COPY --from=golang:1.21 /usr/local/go /usr/local/go
COPY --from=golang:1.22 /usr/local/go /usr/local/go
ENV PATH="/usr/local/go/bin:${PATH}"

COPY static/ ./static
Expand Down

0 comments on commit 2fe25b9

Please sign in to comment.