mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Update Go version in CI
This commit is contained in:
parent
8e8a4bd024
commit
cee31b646e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/releases.yml
vendored
4
.github/workflows/releases.yml
vendored
|
@ -27,10 +27,10 @@ jobs:
|
||||||
id: get_version
|
id: get_version
|
||||||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
|
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
|
||||||
|
|
||||||
- name: Set up Go 1.16beta1
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: 1.16beta1
|
go-version: 1
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue