chore: update go to 1.25, upgrade x/sys, and bump version to 1.0.36

This commit is contained in:
2026-03-30 12:56:31 +02:00
parent 04065a0dd1
commit ed653ff179
6 changed files with 8 additions and 15 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
go-version: '1.25'
cache: true
- name: Get Version
+1 -1
View File
@@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="PrintCleaner.App"
version="1.0.35.0"
version="1.0.36.0"
processorArchitecture="amd64"
/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+1 -1
View File
@@ -1 +1 @@
1.0.35
1.0.36
Regular → Executable
+1 -1
View File
@@ -48,7 +48,7 @@ read -p "Do you want to commit this version and trigger a GitHub Release for v$n
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "Committing version bump..."
git add VERSION PrintCleaner.manifest
git add VERSION PrintCleaner.manifest .github/workflows .gitea/workflows 2>/dev/null || git add VERSION PrintCleaner.manifest .github/workflows
git commit -m "chore: release v$new_ver"
echo "Tagging v$new_ver..."
+2 -7
View File
@@ -1,10 +1,5 @@
module printcleaner
go 1.24.0
go 1.25.0
toolchain go1.24.11
require (
github.com/akavel/rsrc v0.10.2 // indirect
golang.org/x/sys v0.39.0 // indirect
)
require golang.org/x/sys v0.42.0
+2 -4
View File
@@ -1,4 +1,2 @@
github.com/akavel/rsrc v0.10.2 h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw=
github.com/akavel/rsrc v0.10.2/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=