Skip to content

Commit a151d7b

Browse files
Permission changes
Signed-off-by: Muthu <muthu.sundaravadivel@in.ibm.com>
1 parent 2b191cd commit a151d7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-build-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Set up go
38-
uses: actions/setup-go@v5
38+
uses: actions/setup-go@v4
3939
with:
4040
go-version: ${{ env.GO_VER }}
4141
- name: Ensure Go is in PATH

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ checks: license
6767

6868
.PHONY: license
6969
license:
70-
@scripts/check-license.sh
70+
chmod +x @scripts/check-license.sh

0 commit comments

Comments
 (0)