Skip to content

Commit

Permalink
Use go1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Sep 26, 2021
1 parent d2e4914 commit ca50647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Build
run: ./tools/build_darwin.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_gtk3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Build dependents
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Build
run: ./tools/build_windows.bat
Expand Down

0 comments on commit ca50647

Please sign in to comment.