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

@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
runs-on: macos-latest
steps:
- name: Install Go

View File

@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
runs-on: ubuntu-latest
steps:
- name: Install Go

View File

@@ -19,7 +19,7 @@ jobs:
needs: pre
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
runs-on: windows-latest
steps:
- name: disable defender

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