image: golang:alpine3.18 before_script: - apk add --update git build: script: - go build test: script: - go test