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:
parent
238d290ebb
commit
556d4852f9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -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
|
||||
|
@ -23,10 +23,6 @@ builds:
|
||||
- darwin
|
||||
- windows
|
||||
|
||||
ignore:
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
|
||||
dockers:
|
||||
- image_templates: ["ghcr.io/mgechev/revive:{{ .Version }}"]
|
||||
dockerfile: Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user