mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-02 20:57:38 +03:00
Configured Github CI to always use latest go
version * Check if there is a newer version of go before using the cached version.
This commit is contained in:
parent
c3dd761b81
commit
be7d5d1277
1 changed files with 1 additions and 0 deletions
1
.github/workflows/releases.yml
vendored
1
.github/workflows/releases.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
|||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1
|
||||
check-latest: true
|
||||
id: go
|
||||
|
||||
- name: Test suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue