We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ac052f + c8cb72e commit 72f3623Copy full SHA for 72f3623
.github/workflows/testing.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout code
10
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
11
- name: Install dependencies
12
run: go mod download
13
- name: Execute golang tests
0 commit comments