ci: fix sizediff check by updating to go 1.25, which is the new minimum version

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-07-19 14:56:21 +02:00
committed by Ron Evans
parent 5f02d6b659
commit 3b137c3053
+4
View File
@@ -19,6 +19,10 @@ jobs:
- name: Add GOBIN to $PATH
run: |
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: '~1.25'
- name: Checkout
uses: actions/checkout@v6
with: