chore: update go to 1.25, upgrade x/sys, and bump version to 1.0.36
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
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: Get Version
|
- name: Get Version
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
type="win32"
|
type="win32"
|
||||||
name="PrintCleaner.App"
|
name="PrintCleaner.App"
|
||||||
version="1.0.35.0"
|
version="1.0.36.0"
|
||||||
processorArchitecture="amd64"
|
processorArchitecture="amd64"
|
||||||
/>
|
/>
|
||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ read -p "Do you want to commit this version and trigger a GitHub Release for v$n
|
|||||||
echo
|
echo
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||||
echo "Committing version bump..."
|
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"
|
git commit -m "chore: release v$new_ver"
|
||||||
|
|
||||||
echo "Tagging v$new_ver..."
|
echo "Tagging v$new_ver..."
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
module printcleaner
|
module printcleaner
|
||||||
|
|
||||||
go 1.24.0
|
go 1.25.0
|
||||||
|
|
||||||
toolchain go1.24.11
|
require golang.org/x/sys v0.42.0
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/akavel/rsrc v0.10.2 // indirect
|
|
||||||
golang.org/x/sys v0.39.0 // indirect
|
|
||||||
)
|
|
||||||
|
|||||||
@@ -1,4 +1,2 @@
|
|||||||
github.com/akavel/rsrc v0.10.2 h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw=
|
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
|
||||||
github.com/akavel/rsrc v0.10.2/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
|
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
||||||
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
|
|
||||||
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
|
|
||||||
|
|||||||
Reference in New Issue
Block a user