upgrade minimum golang version

Signed-off-by: Xu Yang <xyang@ciq.com>
This commit is contained in:
Xu Yang
2024-03-15 02:35:49 -06:00
parent b6d74a2768
commit d78af656de
4 changed files with 8 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.18', '1.19', '1.20']
go-version: ['1.19', '1.20', '1.21']
steps:
- name: Checkout Warewulf
uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.18', '1.19', '1.20']
go-version: ['1.19', '1.20', '1.21']
steps:
- name: Checkout Warewulf
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.18', '1.19', '1.20']
go-version: ['1.19', '1.20', '1.21']
steps:
- name: Checkout Warewulf
uses: actions/checkout@v4
@@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.18', '1.19', '1.20']
go-version: ['1.19', '1.20', '1.21']
steps:
- name: Checkout Warewulf
uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.18', '1.19', '1.20']
go-version: ['1.19', '1.20', '1.21']
steps:
- name: Checkout Warewulf
uses: actions/checkout@v4