Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version-file: modules/api/go.mod
check-latest: true
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version-file: modules/api/go.mod
check-latest: true
Expand All @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version-file: modules/api/go.mod
check-latest: true
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version-file: modules/go.work
check-latest: true
Expand All @@ -206,7 +206,7 @@ jobs:
# - uses: helm/[email protected]
# with:
# node_image: kindest/node:v1.30.2
# - uses: actions/setup-go@v5.1.0
# - uses: actions/setup-go@v5.2.0
# with:
# go-version-file: modules/api/go.mod
# check-latest: true
Expand Down
Loading