ci: enable check-latest in docker and goreleaser workflows

This commit is contained in:
Bo-Yi Wu
2026-04-16 22:42:55 +08:00
parent cff7d4e183
commit 6379123ca3
+1
View File
@@ -23,6 +23,7 @@ jobs:
uses: actions/setup-go@v6
with:
go-version: "^1"
check-latest: true
- name: Checkout repository
uses: actions/checkout@v6
with: