Skip to content

Commit 6f694db

Browse files
authored
chore: update add aqua to release.yml
1 parent 120799f commit 6f694db

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ jobs:
2121
uses: magnetikonline/action-golang-cache@777394c89f8ed6fcf1649505277c46c1cd06494d # v4
2222
with:
2323
go-version-file: go.mod
24-
24+
# https://github.com/magnetikonline/action-golang-
25+
- uses: aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # tag=v2.0.2
26+
with:
27+
aqua_version: v1.38.0
28+
enable_aqua_install: true
29+
aqua_opts: '--tags release'
30+
env:
31+
AQUA_LOG_LEVEL: debug
32+
AQUA_OPTS: ''
2533
- name: mage-tidy
2634
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3
2735
with:

0 commit comments

Comments
 (0)