Merge branch 'develop' into feat-govulncheck

This commit is contained in:
Ronni Skansing
2026-03-02 20:52:36 +01:00
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ jobs:
-e CGO_ENABLED=1 \
-e GOOS=linux \
-e GOARCH=amd64 \
golang:1.25.1 \
golang:1.25.7 \
go build -trimpath \
-ldflags='-X github.com/phishingclub/phishingclub/version.hash=ph${{ steps.get_version.outputs.HASH }} -X github.com/phishingclub/phishingclub/version.version=${{ steps.get_version.outputs.VERSION }}' \
-tags production -o ../build/amd64/phishingclub main.go
@@ -78,7 +78,7 @@ jobs:
-e GOOS=linux \
-e GOARCH=arm64 \
-e CC=aarch64-linux-gnu-gcc \
golang:1.25.1 \
golang:1.25.7 \
bash -c "apt-get update && apt-get install -y gcc-aarch64-linux-gnu && go build -trimpath -ldflags='-X github.com/phishingclub/phishingclub/version.hash=ph${{ steps.get_version.outputs.HASH }} -X github.com/phishingclub/phishingclub/version.version=${{ steps.get_version.outputs.VERSION }}' -tags production -o ../build/arm64/phishingclub main.go"
- name: Fix build directory permissions
+2 -2
View File
@@ -65,7 +65,7 @@ jobs:
-e CGO_ENABLED=1 \
-e GOOS=linux \
-e GOARCH=amd64 \
golang:1.25.1 \
golang:1.25.7 \
go build -trimpath \
-ldflags='-X github.com/phishingclub/phishingclub/version.hash=ph${{ steps.get_version.outputs.HASH }} -X github.com/phishingclub/phishingclub/version.version=${{ steps.get_version.outputs.VERSION }}' \
-tags production -o ../build/amd64/phishingclub main.go
@@ -78,7 +78,7 @@ jobs:
-e GOOS=linux \
-e GOARCH=arm64 \
-e CC=aarch64-linux-gnu-gcc \
golang:1.25.1 \
golang:1.25.7 \
bash -c "apt-get update && apt-get install -y gcc-aarch64-linux-gnu && go build -trimpath -ldflags='-X github.com/phishingclub/phishingclub/version.hash=ph${{ steps.get_version.outputs.HASH }} -X github.com/phishingclub/phishingclub/version.version=${{ steps.get_version.outputs.VERSION }}' -tags production -o ../build/arm64/phishingclub main.go"
- name: Fix build directory permissions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24.5
FROM golang:1.23.11
WORKDIR /app
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/phishingclub/phishingclub/api-test-server
go 1.23.8
go 1.23.11
+1 -1
View File
@@ -1,5 +1,5 @@
# development docker file
FROM golang:1.25.1
FROM golang:1.25.7
EXPOSE 8000 8001
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/phishingclub/phishingclub
go 1.25.1
go 1.25.7
require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2