Skip to content

Commit

Permalink
chore: pin ci go version to 1.19.10 to avoid the invalid host header (#…
Browse files Browse the repository at this point in the history
…1713)

Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy committed Jul 26, 2023
1 parent b6b70c8 commit cbf3413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.19.10
- name: Cache Go modules
uses: actions/cache@preview
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.19.10
- name: Cache Go modules
uses: actions/cache@preview
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.19.10
- name: Docker Login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit cbf3413

Please sign in to comment.