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 1e46864 commit 47e3dfdCopy full SHA for 47e3dfd
2 files changed
.github/dependabot.yaml
@@ -6,8 +6,8 @@
6
#
7
8
version: 2
9
-updates:
10
+updates:
11
- package-ecosystem: "docker"
12
directory: "/"
13
ignore:
.github/workflows/go-build.yaml
@@ -13,7 +13,6 @@ jobs:
go-build:
14
runs-on: "ubuntu-latest"
15
steps:
16
-
17
- name: "Setup Git Project"
18
uses: "actions/checkout@v4"
19
@@ -28,7 +27,7 @@ jobs:
28
27
go mod tidy
29
git diff --exit-code
30
31
- - name: "Build Go Binary"
+ - name: "Run Go Build"
32
env:
33
CGO_ENABLED: "0"
34
run: |
0 commit comments