Updated release workflow to drop cache and updated actual go version used for build for optimization
Release / release (push) Successful in 2m55s

This commit is contained in:
2026-05-14 07:02:19 +00:00
parent e8656b09a7
commit 7a1ea39f78
+3 -3
View File
@@ -22,9 +22,9 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.23' go-version: '1.24'
check-latest: true check-latest: false
cache: true cache: false
- name: Test - name: Test
run: go test -race ./... run: go test -race ./...