This commit is contained in:
ginuerzh
2025-08-21 22:53:28 +08:00
parent f0a67a1108
commit 3b9da4e260
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: '1.24'
go-version: '1.25'
cache: true
- name: Install UPX
uses: crazy-max/ghaction-upx@v3
+1 -1
View File
@@ -1,6 +1,6 @@
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
RUN apk add --no-cache upx || echo "upx not found"
+1 -1
View File
@@ -1,5 +1,5 @@
package main
var (
version = "3.2.4"
version = "3.2.5"
)