upgrade to golang1.19 (#163)

Signed-off-by: Yang Le <yangle@redhat.com>

Signed-off-by: Yang Le <yangle@redhat.com>
This commit is contained in:
Yang Le
2022-10-28 17:01:45 +08:00
committed by GitHub
parent d20928e2bf
commit f8d1857345
6 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ on:
env:
# Common versions
GO_VERSION: '1.18'
GO_VERSION: '1.19'
GO_REQUIRED_MIN_VERSION: ''
GOPATH: '/home/runner/work/work/work/go'
defaults:

View File

@@ -9,7 +9,7 @@ on:
env:
# Common versions
GO_VERSION: '1.18'
GO_VERSION: '1.19'
GO_REQUIRED_MIN_VERSION: ''
GOPATH: '/home/runner/work/work/work/go'
defaults:

View File

@@ -6,7 +6,7 @@ on:
- 'v*.*.*'
env:
# Common versions
GO_VERSION: '1.18'
GO_VERSION: '1.19'
GO_REQUIRED_MIN_VERSION: ''
GOPATH: '/home/runner/work/work/work/go'
GITHUB_REF: ${{ github.ref }}