mirror of https://github.com/go-gost/gost.git
go1.25
parent
f0a67a1108
commit
3b9da4e260
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- run: git fetch --force --tags
|
- run: git fetch --force --tags
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: '1.25'
|
||||||
cache: true
|
cache: true
|
||||||
- name: Install UPX
|
- name: Install UPX
|
||||||
uses: crazy-max/ghaction-upx@v3
|
uses: crazy-max/ghaction-upx@v3
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
|
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
|
||||||
|
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.22 AS builder
|
FROM --platform=$BUILDPLATFORM golang:1.25-alpine3.22 AS builder
|
||||||
|
|
||||||
# add upx for binary compression
|
# add upx for binary compression
|
||||||
RUN apk add --no-cache upx || echo "upx not found"
|
RUN apk add --no-cache upx || echo "upx not found"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "3.2.4"
|
version = "3.2.5"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue