Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v6.0.0
with:
go-version: 1.21.x
cache-dependency-path: tools/go.sum
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v6.0.0
with: { go-version: '${{ matrix.go }}', check-latest: true }
- name: Set up environment
run: make env deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v6.0.0
with:
go-version: 1.21.x
cache-dependency-path: tools/go.sum
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/warmup.caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v6.0.0
with:
go-version: ${{ matrix.go }}
check-latest: true
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v6.0.0
with:
go-version: 1.21.x
cache-dependency-path: tools/go.sum
Expand Down
Loading