diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index cad7430..dc33044 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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 diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index e59692c..e5bf61a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0927b8..cf04df7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/README.md b/README.md index 278ff78..a8598de 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This section is for advanced users who want to install the latest (possibly unst Click to expand **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. diff --git a/go.mod b/go.mod index 80a7f76..0a71e48 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/makeworld-the-better-one/amfora -go 1.14 +go 1.15 require ( code.rocketnine.space/tslocum/cview v1.5.6-0.20210525194531-92dca67ac283