1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-03-28 15:19:55 +01:00

revert to node14 for snapcraft

This commit is contained in:
techknowlogick 2022-02-01 15:10:55 -05:00 committed by GitHub
parent d3b31cc1ee
commit 24d39ee6b7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ parts:
source: .
stage-packages: [ git, sqlite3, openssh-client ]
build-packages: [ git, libpam0g-dev, libsqlite3-dev]
build-snaps: [ go, node/16/stable ]
build-snaps: [ go, node/14/stable ]
build-environment:
- LDFLAGS: ""
override-pull: |