Skip to content

Commit

Permalink
update ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo committed Nov 8, 2024
1 parent 621b321 commit 919ecbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
version: latest
working-directory: ${{ matrix.workdir }}
args: -E gofumpt --timeout 5m --go 1.21
args: -E gofumpt --timeout 5m --go 1.23
skip-pkg-cache: true

compliant-test:
Expand All @@ -37,11 +37,11 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 919ecbd

Please sign in to comment.