chore: update actions go version to 1.20

pull/209/head
moonD4rk 2 years ago
parent ee619dace9
commit 60772a47f4
  1. 2
      .github/workflows/build.yml
  2. 2
      .github/workflows/lint.yml
  3. 2
      .github/workflows/release.yml

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.19]
goVer: ["1.20"]
steps:
- name: Set up Go ${{ matrix.goVer }}

@ -13,7 +13,7 @@ jobs:
- name: Set Golang
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"
- name: Checkout code
uses: actions/checkout@v3
- name: Lint

@ -16,7 +16,7 @@ jobs:
- name: Use Golang
uses: actions/setup-go@v1
with:
go-version: "1.19"
go-version: "1.20"
-
name: Build with xgo

Loading…
Cancel
Save