1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 13:19:02 +08:00

chore: Update CI Go version to 1.19

Signed-off-by: zu1k <i@zu1k.com>
This commit is contained in:
zu1k 2022-08-15 09:30:18 +08:00
parent 8307d14075
commit 87d621f4bb
No known key found for this signature in database
GPG Key ID: AE381A8FB1EF2CC8
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.18'
go-version: '^1.19'
- name: Check out code into the Go module directory
uses: actions/checkout@v3

View File

@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.18'
go-version: '^1.19'
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Cache go module