Skip to content

Commit 47e3dfd

Browse files
committed
fix
1 parent 1e46864 commit 47e3dfd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#
77

88
version: 2
9-
updates:
109

10+
updates:
1111
- package-ecosystem: "docker"
1212
directory: "/"
1313
ignore:

.github/workflows/go-build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
go-build:
1414
runs-on: "ubuntu-latest"
1515
steps:
16-
1716
- name: "Setup Git Project"
1817
uses: "actions/checkout@v4"
1918

@@ -28,7 +27,7 @@ jobs:
2827
go mod tidy
2928
git diff --exit-code
3029
31-
- name: "Build Go Binary"
30+
- name: "Run Go Build"
3231
env:
3332
CGO_ENABLED: "0"
3433
run: |

0 commit comments

Comments
 (0)