We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3253ded commit dd33ab9Copy full SHA for dd33ab9
.github/workflows/integration-tests-on-emulator.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
go-version: 1.25.x
24
- name: Checkout code
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
- name: Run Go integration tests on emulator
27
run: go test -race
28
env:
0 commit comments