Skip to content

Commit

Permalink
fix: add go 1.17.x to the matrix, remove dockerfile (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Erkan Zileli <[email protected]>
  • Loading branch information
erkanzileli authored Sep 15, 2021
1 parent d8277e9 commit 3d38d8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
29 changes: 0 additions & 29 deletions Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,3 @@ release:
export DOCKER_USERNAME=$(DOCKER_USERNAME) && \
export DOCKER_PASSWORD=$(DOCKER_PASSWORD) && \
LDFLAGS=$(LDFLAGS) goreleaser release --rm-dist

release-local:
docker container run --rm --privileged \
-v $(shell pwd):/kink \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /kink \
--entrypoint='/bin/sh' \
-e GITLAB_TOKEN=$(GITLAB_TOKEN) \
-e DOCKER_REGISTRY=$(DOCKER_REGISTRY) \
-e DOCKER_USERNAME=$(DOCKER_USERNAME) \
-e DOCKER_PASSWORD=$(DOCKER_PASSWORD) \
registry.trendyol.com/platform/base/image/gythialy/golang-cross:v1.17 -c "make release"

0 comments on commit 3d38d8f

Please sign in to comment.