Updating Go 1.18 and Wireguard dependencies (#282)

This commit is contained in:
Maycon Santos
2022-03-22 14:59:17 +01:00
committed by GitHub
parent cf336bd49d
commit 97ab8f4c34
6 changed files with 6 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
-
name: Cache Go modules
uses: actions/cache@v1
@@ -86,7 +86,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
-
name: Cache Go modules
uses: actions/cache@v1