Skip to content

Commit 3d38d8f

Browse files
authored
fix: add go 1.17.x to the matrix, remove dockerfile (#14)
Signed-off-by: Erkan Zileli <erkan.zileli@trendyol.com>
1 parent d8277e9 commit 3d38d8f

3 files changed

Lines changed: 1 addition & 42 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
Build:
1313
strategy:
1414
matrix:
15-
go-version: [1.16.x]
15+
go-version: [1.16.x, 1.17.x]
1616
platform: [ubuntu-latest]
1717
runs-on: ${{ matrix.platform }}
1818
steps:

Dockerfile

Lines changed: 0 additions & 29 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,3 @@ release:
4141
export DOCKER_USERNAME=$(DOCKER_USERNAME) && \
4242
export DOCKER_PASSWORD=$(DOCKER_PASSWORD) && \
4343
LDFLAGS=$(LDFLAGS) goreleaser release --rm-dist
44-
45-
release-local:
46-
docker container run --rm --privileged \
47-
-v $(shell pwd):/kink \
48-
-v /var/run/docker.sock:/var/run/docker.sock \
49-
-w /kink \
50-
--entrypoint='/bin/sh' \
51-
-e GITLAB_TOKEN=$(GITLAB_TOKEN) \
52-
-e DOCKER_REGISTRY=$(DOCKER_REGISTRY) \
53-
-e DOCKER_USERNAME=$(DOCKER_USERNAME) \
54-
-e DOCKER_PASSWORD=$(DOCKER_PASSWORD) \
55-
registry.trendyol.com/platform/base/image/gythialy/golang-cross:v1.17 -c "make release"

0 commit comments

Comments
 (0)