mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-24 00:03:09 +01:00
update go 1.21
This commit is contained in:
parent
a96899a93e
commit
f622f2a15b
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.21
|
||||
- name: Install requirements
|
||||
run: |
|
||||
echo "deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu focal main" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list > /dev/null
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.21
|
||||
- name: Install requirements
|
||||
run: |
|
||||
sudo apt-get -y update
|
||||
|
@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var Version = "v0.3.5-f4"
|
||||
var Version = "v0.3.5-f5"
|
||||
|
Loading…
Reference in New Issue
Block a user