refactor: rename module github.com/Kichiyaki/gootp -> gitea.dwysokinski.me/Kichiyaki/gootp
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dawid Wysokiński 2022-09-04 10:03:22 +02:00
parent 4745ad8753
commit ae789a625b
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@ steps:
- name: test
image: golang:1.19
commands:
- make generate
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
trigger:
@ -26,7 +25,6 @@ steps:
- name: check go.mod
image: golang:1.19
commands:
- make generate
- go mod tidy
- git diff --exit-code go.mod
@ -46,7 +44,6 @@ steps:
- name: run golangci-lint
image: golangci/golangci-lint:v1.49
commands:
- make generate
- golangci-lint run
trigger: