Skip to content

Commit

Permalink
update github action go version
Browse files Browse the repository at this point in the history
  • Loading branch information
g45t345rt committed Feb 22, 2024
1 parent 8d1b18b commit 4393af2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19.10
go-version: 1.21.6

- name: Install gogio tool
run: go install github.com/g45t345rt/gio-cmd/gogio@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19.10
go-version: 1.21.6

- name: Set permission for build bash file
run: chmod +x ./build_gio.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19.10
go-version: 1.21.6

- name: Set permission for build bash file
run: chmod +x ./build_go.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19.10
go-version: 1.21.6

- name: Set permission for build bash file
run: chmod +x ./build_gio.sh
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: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19.10
go-version: 1.21.6

- name: Install gogio tool
run: go install github.com/g45t345rt/gio-cmd/gogio@latest
Expand Down

0 comments on commit 4393af2

Please sign in to comment.