Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/commit-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
goarch:
- amd64
- arm64
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.19
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.20
with:
source-path: "./exec/cli/main.go"
build-flags: "-ldflags=\"-w -s\""
Expand All @@ -35,7 +35,7 @@ jobs:
goarch:
- amd64
- arm64
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.19
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.20
with:
source-path: "./exec/server/main.go"
build-flags: "-ldflags=\"-w -s\""
Expand All @@ -45,13 +45,13 @@ jobs:

linting:
name: Linting
uses: PossibleLlama/workflows/.github/workflows/golang-linting.yaml@v0.2.19
uses: PossibleLlama/workflows/.github/workflows/golang-linting.yaml@v0.2.20
with:
source-path: "./exec/cli/main.go"

test-small:
name: Test small
uses: PossibleLlama/workflows/.github/workflows/golang-testing-small.yaml@v0.2.19
uses: PossibleLlama/workflows/.github/workflows/golang-testing-small.yaml@v0.2.20
with:
enable-performance: true
enable-fuzz: false
6 changes: 3 additions & 3 deletions .github/workflows/commit-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
goarch:
- amd64
- arm64
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.19
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.20
with:
source-path: "./exec/cli/main.go"
build-flags: "-ldflags=\"-w -s\""
Expand All @@ -41,7 +41,7 @@ jobs:
goarch:
- amd64
- arm64
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.19
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.20
with:
source-path: "./exec/server/main.go"
build-flags: "-ldflags=\"-w -s\""
Expand All @@ -54,7 +54,7 @@ jobs:
name: Security checks
permissions:
security-events: write
uses: PossibleLlama/workflows/.github/workflows/golang-security.yaml@v0.2.19
uses: PossibleLlama/workflows/.github/workflows/golang-security.yaml@v0.2.20
with:
upload-sarif: true

Expand Down