Skip to content

Commit

Permalink
build with 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Sep 4, 2021
1 parent 101d2a8 commit 5e9d6e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
go: ["^1.16.0"]
go: ["^1.17.0"]
os: [ubuntu-latest, macOS-latest, windows-latest]
name: Go ${{ matrix.go }} in ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "^1.16.0"
go-version: "^1.17.0"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $ dvm destroy

### Build from source code

Make sure you have `Golang@v1.15.x` installed.
Make sure you have `Golang@v1.17.x` installed.

```shell
$ git clone https://github.com/axetroy/dvm.git $GOPATH/src/github.com/axetroy/dvm
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $ dvm destroy

### 从源码构建

请确保你已安装 `Golang@v1.15.x`.
请确保你已安装 `Golang@v1.17.x`.

```bash
> go get -v -u github.com/axetroy/dvm
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/axetroy/dvm

go 1.16
go 1.17

require (
github.com/AlecAivazis/survey/v2 v2.3.1
Expand Down

0 comments on commit 5e9d6e8

Please sign in to comment.