Skip to content

Commit 1466ba0

Browse files
chore(deps): update actions/setup-go action to v6
1 parent f3045cf commit 1466ba0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Set up Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version-file: go.mod
2222
- name: Set up QEMU
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
fetch-depth: 0
7474
- name: Set up Go
75-
uses: actions/setup-go@v5
75+
uses: actions/setup-go@v6
7676
with:
7777
go-version-file: go.mod
7878
- name: Set up QEMU
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
sudo apt-get update && sudo apt-get install -y ovmf libvirt-clients libvirt-daemon-system libvirt-daemon virtinst bridge-utils qemu-system-x86 qemu-system-x86 qemu-utils qemu-kvm acl udev swtpm
112112
- name: Set up Go
113-
uses: actions/setup-go@v5
113+
uses: actions/setup-go@v6
114114
with:
115115
go-version-file: go.mod
116116
- name: Set up Docker Buildx
@@ -153,7 +153,7 @@ jobs:
153153
run: |
154154
sudo apt-get update && sudo apt-get install -y ovmf libvirt-clients libvirt-daemon-system libvirt-daemon virtinst bridge-utils qemu-system-x86 qemu-system-x86 qemu-utils qemu-kvm acl udev
155155
- name: Set up Go
156-
uses: actions/setup-go@v5
156+
uses: actions/setup-go@v6
157157
with:
158158
go-version-file: go.mod
159159
- name: Set up Docker Buildx
@@ -189,7 +189,7 @@ jobs:
189189
run: |
190190
sudo apt-get update && sudo apt-get install -y ovmf libvirt-clients libvirt-daemon-system libvirt-daemon virtinst bridge-utils qemu-system-x86 qemu-system-x86 qemu-utils qemu-kvm acl udev
191191
- name: Set up Go
192-
uses: actions/setup-go@v5
192+
uses: actions/setup-go@v6
193193
with:
194194
go-version-file: go.mod
195195
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)