mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: update Go version in scheduled_tasks docker build
This commit is contained in:
parent
93f8786da1
commit
a2432a6640
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /build
|
|||
|
||||
COPY ./ /build
|
||||
|
||||
RUN go build .
|
||||
RUN GOTOOLCHAIN=auto go build .
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue