Added golang
All checks were successful
Build and deploy censorbot / Build Docker image (push) Successful in 5m20s
Build and deploy censorbot / Run pre-commit checks (push) Successful in 1m0s

This commit is contained in:
Dreaded_X 2024-06-24 23:36:43 +02:00
parent 53fbcf6baa
commit c1c65be350
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -1,6 +1,6 @@
FROM catthehacker/ubuntu:act-latest FROM catthehacker/ubuntu:act-latest
RUN apt-get update && apt-get install -y --no-install-recommends pre-commit && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y --no-install-recommends pre-commit golang-go && rm -rf /var/lib/apt/lists/*
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y