해결된 질문
작성
·
254
0
안녕하세요? 좋은 강의 감사합니다.
다름이 아니라 강의를 보면서 따라하고 있는데 ./selfservice.sh를 실행 시 Step 5/7에서 다음과 같은 에러가 발생합니다.
src/github.com/jinzhu/gorm/main.go:166: undefined: sync.Map
src/github.com/jinzhu/gorm/model_struct.go:20: undefined: sync.Map
ERROR: Service 'web' failed to build: The command '/bin/sh -c go get github.com/revel/revel && go get github.com/revel/cmd/revel && go get -u github.com/jinzhu/gorm && go get github.com/go-sql-driver/mysql' returned a non-zero code: 2**
go orm 쪽에서 go lang 1.9 이상 지원하는 문법을 사용하는 부분이 있는 것 같아보여 go version을 1.91로 올리고 진행해서 step을 완료했습니다. 혹시나 이렇게 진행을 해도 문제가 없을지 궁금합니다.
감사합니다!
답변 6
0
0
0
https://github.com/goody80/docker-compose_for_go_revel/blob/master/Dockerfile
해당 부분 수정 해 두었습니다 :)
0
0
0