upgrade go to 1.18 #178

This commit is contained in:
Sun Yimin 2023-11-09 08:17:49 +08:00 committed by GitHub
parent 334520e4f8
commit 79765c757f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
goVer: ['1.16', '1.18', '1.20', '1.21'] goVer: ['1.18', '1.19', '1.21']
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: 1.16 go-version: 1.18
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...

View File

@ -14,7 +14,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.16.x] go-version: [1.18.x]
arch: [arm64] arch: [arm64]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: