mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-05-23 08:19:42 +02:00
Merge branch 'develop' into feat-govulncheck
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
FROM golang:1.24.5
|
||||
FROM golang:1.23.11
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module github.com/phishingclub/phishingclub/api-test-server
|
||||
|
||||
go 1.23.8
|
||||
go 1.23.11
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# development docker file
|
||||
FROM golang:1.25.1
|
||||
FROM golang:1.25.7
|
||||
|
||||
EXPOSE 8000 8001
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user