diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c668ea8..af27d1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/PrintCleaner.manifest b/PrintCleaner.manifest index 02ff8bf..fcf17ee 100644 --- a/PrintCleaner.manifest +++ b/PrintCleaner.manifest @@ -3,7 +3,7 @@ diff --git a/VERSION b/VERSION index 28dff43..2e9116b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.35 +1.0.36 diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index 81671cc..f38476a --- a/build.sh +++ b/build.sh @@ -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..." diff --git a/go.mod b/go.mod index 201e2ec..47e8183 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 27734f0..d2913d5 100644 --- a/go.sum +++ b/go.sum @@ -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=