Upgrade latest Rust to 1.80

This commit is contained in:
Yuchen Wu 2024-07-26 15:34:42 -07:00
parent 8af7348958
commit a76518a8dd

View file

@ -6,7 +6,7 @@ jobs:
pingora: pingora:
strategy: strategy:
matrix: matrix:
toolchain: [nightly, 1.72, 1.79] toolchain: [nightly, 1.72, 1.80.0]
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Only run on "pull_request" event for external PRs. This is to avoid # Only run on "pull_request" event for external PRs. This is to avoid
# duplicate builds for PRs created from internal branches. # duplicate builds for PRs created from internal branches.