ci: disable check for latest go
Some checks failed
Gitea Build Check / Build (push) Has been cancelled

Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
SoXX 2024-06-25 14:55:25 +02:00
parent c0cae140f1
commit d3c0599263

View File

@ -23,7 +23,7 @@ jobs:
# Path to the go.mod file.
go-version-file: ./go.mod # optional
# Set this option to true if you want the action to always check for the latest available version that satisfies the version spec
check-latest: true # optional
check-latest: false # optional
# Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
cache: true # optional