Skip to content

Commit

Permalink
Chore: use Go v1.17.1 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored Sep 14, 2021
1 parent 8583de1 commit e28864f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
build:
strategy:
fail-fast: false
matrix:
go-version: ["1.17"]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
go-version: ^1.17.1

- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.17"
go-version: ^1.17.1

- name: Checkout code
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.17"]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
go-version: ^1.17.1

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit e28864f

Please # to comment.