Merge pull request #2544 from DNSCrypt/dependabot/github_actions/actions/setup-go-5

Bump actions/setup-go from 4 to 5
This commit is contained in:
Frank Denis 2024-02-06 13:22:24 +01:00 committed by GitHub
commit 90c3017793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1
check-latest: true