mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore(deps): update Go to 1.20 (#726)
* chore(github): Update to go 1.20 * chore(go): enable language functionality in 1.20 * build: update go versions and rename dockerfile.ci
This commit is contained in:
parent
ca196f0bf1
commit
b2d93d50c5
5 changed files with 10 additions and 8 deletions
|
@ -8,7 +8,7 @@ COPY web .
|
|||
RUN yarn build
|
||||
|
||||
# build app
|
||||
FROM golang:1.19-alpine3.16 AS app-builder
|
||||
FROM golang:1.20-alpine3.16 AS app-builder
|
||||
|
||||
ARG VERSION=dev
|
||||
ARG REVISION=dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue