mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
bump golang version
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
-v "$(pwd)":/app \
|
||||
-w /app/backend \
|
||||
-e CGO_ENABLED=1 \
|
||||
golang:1.24 \
|
||||
golang:1.25.1 \
|
||||
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/phishingclub main.go
|
||||
|
||||
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
-v "$(pwd)":/app \
|
||||
-w /app/backend \
|
||||
-e CGO_ENABLED=1 \
|
||||
golang:1.24 \
|
||||
golang:1.25.1 \
|
||||
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/phishingclub main.go
|
||||
|
||||
Reference in New Issue
Block a user