mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 16:12:25 -05:00
migrate go version to 1.17 (#203)
* migrate go version to 1.17 * update contributing
This commit is contained in:
parent
e681aac589
commit
f2e5bedea6
282 changed files with 11863 additions and 12600 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# STEP ONE: build the GoToSocial binary
|
||||
FROM golang:1.16.4-alpine3.13 AS binary_builder
|
||||
FROM golang:1.17.1-alpine3.13 AS binary_builder
|
||||
RUN apk update && apk upgrade --no-cache
|
||||
RUN apk add git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue