1
Fork 0

Source env before installing deps, bump go feature level to 1.23

This commit is contained in:
Konstantin Koval 2024-09-07 22:31:42 +03:00
parent 0a817a1061
commit f82db99d62
2 changed files with 2 additions and 2 deletions

View File

@ -61,13 +61,13 @@ jobs:
export GOPATH="/go"
export PATH="${GOPATH}/bin:${PATH}"
export CGO_ENABLED=1
. ../scripts/set_compiler_env.sh
# Comment out the last line with 'apt-get install -y reflex sqlite3'
sed -i '$ s/^/#/' ../scripts/install_build_dependencies.sh
chmod +x ../scripts/*.sh
../scripts/install_build_dependencies.sh
apt-get install -y file
echo "<<< Dependencies installed >>>"
. ../scripts/set_compiler_env.sh
go env
go mod download
# Patch go-face

View File

@ -1,6 +1,6 @@
module github.com/photoview/photoview/api
go 1.22.0
go 1.23.0
require (
github.com/99designs/gqlgen v0.17.49