chore(deps): update actions/setup-go action to v5
Some checks failed
Go build / build (push) Has been cancelled

This commit is contained in:
Forgejo Actions 2023-12-10 03:34:15 +00:00
parent fc895eca1a
commit 630708c977

View file

@ -20,7 +20,7 @@ jobs:
fetch-tags: 'true'
- name: Setup Go 1.21.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
# Semantic version range syntax or exact version of Go
go-version: '1.21.x'