1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-06 03:04:06 +02:00

release with go 1.19 (#727)

This commit is contained in:
Ahmed 2022-08-07 22:29:40 +02:00 committed by GitHub
parent 238d290ebb
commit 556d4852f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View File

@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19
-
name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

View File

@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
go-version:
- 1.16.x
- 1.17.x
- 1.18.x
- 1.19.x
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2

View File

@ -23,10 +23,6 @@ builds:
- darwin
- windows
ignore:
- goos: windows
goarch: arm64
dockers:
- image_templates: ["ghcr.io/mgechev/revive:{{ .Version }}"]
dockerfile: Dockerfile