Skip to content
Merged
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
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ jobs:
run: .github/workflows/prepare-build-env.sh

- name: Set up Go
# https://github.com/actions/setup-go/pull/666
uses: actions/setup-go@b551c4cd70271da7ce09faf55f722b5e270c54d1
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false
Expand Down Expand Up @@ -417,7 +416,7 @@ jobs:
run: .github/workflows/prepare-build-env.sh

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:
cat k0s.sig

- name: Set up Go for smoke tests
uses: actions/setup-go@v6
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false
Expand Down