Skip to content

Commit 695b998

Browse files
committed
one more tweak
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 7aaa85a commit 695b998

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/style.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Code Style
55

66
env:
7+
GO_RELEASE: "go-1.26"
78
YARA_X_RELEASE: "v1.13.0"
89

910
permissions: {}
@@ -146,7 +147,7 @@ jobs:
146147
- name: Install dependencies
147148
run: |
148149
apk update
149-
apk add curl findutils git go-1.26 nodejs yara-x~1.13.0
150+
apk add curl findutils git ${{ env.GO_RELEASE }} nodejs yara-x~${{ env.YARA_X_RELEASE }}
150151
151152
- name: Checkout code
152153
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)