mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-21 23:19:15 +03:00
Drop support for Go 1.14, update CI software
This commit is contained in:
parent
545144c1a3
commit
9a2c2ec1f8
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -24,6 +24,6 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||
version: v1.35
|
||||
version: v1.43
|
||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||
only-new-issues: true
|
||||
|
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.17
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: ['1.14', '1.15', '1.16']
|
||||
go-version: ['1.15', '1.16', '1.17']
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
@ -80,7 +80,7 @@ This section is for advanced users who want to install the latest (possibly unst
|
||||
<summary>Click to expand</summary>
|
||||
|
||||
**Requirements:**
|
||||
- Go 1.14 or later
|
||||
- Go 1.15 or later
|
||||
- GNU Make
|
||||
|
||||
Please note the Makefile does not intend to support Windows, and so there may be issues.
|
||||
|
Loading…
Reference in New Issue
Block a user