mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
move to github actions from drone (#1823)
* add github actions workflow for tag releases * migrate drone build &test step to github actions * fix minio service * fix indentation * fix dependency syntax * remove needs keyword * fix service hostnames, add protectedredis * update protected redis docker image * fix too many args error * exclude vendor dir from gofmt * fix fmt errors * fix fmt errors * rm .drone.yml * rename workflow name * break test step * remove vendor step * use makefile rule * use buildx
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//go:build e2etests
|
||||
// +build e2etests
|
||||
|
||||
package e2etests
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build e2etests
|
||||
// +build e2etests
|
||||
|
||||
package e2etests
|
||||
|
||||
Reference in New Issue
Block a user