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
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/[email protected]
with: { fetch-depth: 0 }
- uses: actions/setup-go@v6.0.0
- uses: actions/setup-go@v6.1.0
with: { go-version: 1.22.x, cache: true }

- run: make env deps-fetch test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v6.0.0
uses: actions/setup-go@v6.1.0
with: { go-version: '${{ matrix.go }}' }

- name: Fetch new test data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v6.0.0
uses: actions/setup-go@v6.1.0
with: { go-version: 1.21.x, cache-dependency-path: tools/go.sum }

- name: Prepare and run linter
Expand All @@ -56,7 +56,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v6.0.0
uses: actions/setup-go@v6.1.0
with: { go-version: '${{ matrix.go }}' }

- name: Prepare and run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v6.0.0
uses: actions/setup-go@v6.1.0
with: { go-version: 1.22.x, cache-dependency-path: tools/go.sum }

- name: Install and check tools
Expand Down
Loading