Skip to content

Commit

Permalink
Remove Docker build from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jul 14, 2023
1 parent 85269cf commit f865a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: CI
on:
push:
branches: [ "main" ]
Expand All @@ -16,9 +16,6 @@ jobs:
with:
go-version: 1.19

- name: Build image
run: make docker

- name: Build
run: go build -v ./...

Expand Down
3 changes: 0 additions & 3 deletions Makefile

This file was deleted.

0 comments on commit f865a43

Please sign in to comment.