Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Mar 12, 2024
1 parent 8637fc3 commit 8bd304a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-for-windows-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.22
id: go

- name: Build transfer command
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-for-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.22
id: go

- name: Build transfer command
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/quiche.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
run: |
brew install p7zip
- name: Set up Go 1.17
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.22
id: go

- name: Build transfer command
Expand Down Expand Up @@ -153,10 +153,10 @@ jobs:
run: |
brew install p7zip
- name: Set up Go 1.17
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.22
id: go

- name: Build transfer command
Expand Down Expand Up @@ -213,10 +213,10 @@ jobs:
name: quiche-${{ matrix.target }}
path: target/${{ matrix.target }}/release/deps/

- name: Set up Go 1.17
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.22
id: go

- name: Build transfer command
Expand Down Expand Up @@ -276,10 +276,10 @@ jobs:
sudo apt-get update -qq ;
sudo apt-get install -qq p7zip-full;
- name: Set up Go 1.17
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.22
id: go

- name: Build transfer command
Expand Down Expand Up @@ -431,10 +431,10 @@ jobs:
sudo apt-get update -qq ;
sudo apt-get install -qq p7zip-full;
- name: Set up Go 1.17
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.22
id: go

- name: Build transfer command
Expand Down Expand Up @@ -528,10 +528,10 @@ jobs:
sudo apt-get update -qq ;
sudo apt-get install -qq p7zip-full;
- name: Set up Go 1.17
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.22
id: go

- name: Build transfer command
Expand Down

0 comments on commit 8bd304a

Please sign in to comment.