We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1f00e commit 51623c4Copy full SHA for 51623c4
2 files changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
unit-tests:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v6.0.2
+ - uses: actions/checkout@v6.0.3
10
with:
11
fetch-depth: 2
12
- uses: actions/setup-go@v6.4.0
@@ -41,7 +41,7 @@ jobs:
41
--health-retries=15
42
--add-host=host.docker.internal:host-gateway
43
44
45
46
47
go-version: '1.26'
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
16
17
18
19
- name: Set up Go
20
uses: actions/setup-go@v6.4.0
0 commit comments