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/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "GO_VERSION=$GO_VERSION" >> $GITHUB_OUTPUT

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ steps.go_version.outputs.GO_VERSION }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "GO_VERSION=$GO_VERSION" >> $GITHUB_OUTPUT

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ steps.go_version.outputs.GO_VERSION }}

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
echo "GO_VERSION=$GO_VERSION" >> $GITHUB_OUTPUT

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ steps.go_version.outputs.GO_VERSION }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Set the variable as an output
echo "GO_VERSION=$GO_VERSION" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ steps.go_version.outputs.GO_VERSION }}
- name: Run go fmt
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# Set the variable as an output
echo "GO_VERSION=$GO_VERSION" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ steps.go_version.outputs.GO_VERSION }}
- name: Other lint
Expand Down