container-images/golint/Dockerfile
skeris 91fa0bca2e
Some checks failed
Build and Push Golang Image / build-and-push (push) Has been cancelled
ci: add workflow to automation golang image creation
2025-05-27 21:44:44 +03:00

5 lines
102 B
Docker

FROM gitea.pena/penadevops/container-images/golang:main as golang
RUN go version
ADD golangci-lint .