We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06bc57 commit 180fff3Copy full SHA for 180fff3
2 files changed
.github/workflows/go.yml
@@ -22,6 +22,10 @@ jobs:
22
- name: Setup Go
23
uses: ./.github/actions/setup-go
24
25
+ - uses: flatt-security/setup-takumi-guard-golang@2e3c7c40b538cd68b2ac483def12982ebc8bc02e # v1
26
+
27
+ - run: go get github.com/flatt-security/hola-takumi-go@v0.1.0
28
29
- run: go test
30
31
- shell: bash
.github/workflows/release.yml
@@ -24,6 +24,10 @@ jobs:
- run: make dist
32
33
- name: Set version
0 commit comments