There was an error while loading. Please reload this page.
1 parent 314b14e commit f037b6fCopy full SHA for f037b6f
.github/workflows/release.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Checkout Code
24
uses: actions/checkout@v4
25
26
+ - name: Print Go Version
27
+ run: go version
28
+
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
31
with:
cos-csi-mounter/Makefile
@@ -9,7 +9,7 @@ DEB_ARCH := all
9
DESCRIPTION := "IBM cos-csi-mounter service"
10
11
INSTALL_TAR_FILE := "$(NAME)-$(APP_VERSION).deb.tar.gz"
12
-CHECKSUM_FILE := "$(INSTALL_TAR_FILE).deb.sha256"
+CHECKSUM_FILE := "$(INSTALL_TAR_FILE).sha256"
13
14
test:
15
go test -v -timeout 1800s -coverprofile=cover.out ./...
0 commit comments