Skip to content

Commit 556d485

Browse files
authored
release with go 1.19 (#727)
1 parent 238d290 commit 556d485

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.16
21+
go-version: 1.19
2222
-
2323
name: Log into registry
2424
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
go-version:
15-
- 1.16.x
1615
- 1.17.x
1716
- 1.18.x
17+
- 1.19.x
1818
steps:
1919
- name: Checkout code
2020
uses: actions/[email protected]

.goreleaser.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ builds:
2323
- darwin
2424
- windows
2525

26-
ignore:
27-
- goos: windows
28-
goarch: arm64
29-
3026
dockers:
3127
- image_templates: ["ghcr.io/mgechev/revive:{{ .Version }}"]
3228
dockerfile: Dockerfile

0 commit comments

Comments
 (0)