mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 21:27:37 +03:00
CI: Fix actions/setup-go@v4 warning (#2371)
Warning: Restore cache failed: Dependencies file is not found ... https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs
This commit is contained in:
parent
fbc7817366
commit
5d551e54ce
1 changed files with 3 additions and 3 deletions
6
.github/workflows/releases.yml
vendored
6
.github/workflows/releases.yml
vendored
|
@ -27,15 +27,15 @@ jobs:
|
|||
id: get_version
|
||||
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Test suite
|
||||
run: |
|
||||
go version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue