Use Go 1.19

This commit is contained in:
Layla 2022-10-27 03:56:23 +00:00
parent d8ca637c7d
commit 5e1d6a916e
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
go-version: '>=1.19.0'
- name: Version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Test

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
go-version: '>=1.19.0'
- name: Test
run: |
make test