ci: enable check-latest in docker and goreleaser workflows

This commit is contained in:
Bo-Yi Wu
2026-04-16 22:42:47 +08:00
parent 764f7b6bf6
commit c885f9c805
+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: