diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0e64f8..4f28148 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.12.x, 1.13.x] + go-version: [1.13.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/.goreleaser.yml b/.goreleaser.yml index 043b996..5550fc8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -39,8 +39,6 @@ dockers: goos: linux goarch: amd64 image_templates: - - "gianarb/kprofefe:latest" - - "gianarb/kprofefe:{{ .Tag }}" - #- "profefe/kprofefe:latest" - #- "profefe/kprofefe:v{{ .Tag }}" + - "profefe/kprofefe:latest" + - "profefe/kprofefe:{{ .Tag }}" dockerfile: Dockerfile.gorelease